* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 微軟正黑體,'cwTeXHei', Microsoft JhengHe, Helvetica, serif, sans-serif ;
    margin: 0;
    overflow-x: hidden;
    color: #67757c;
    font-weight: 300
}

section {
    width: 100%;
    height: 100vh;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #455a64;
    font-family: "Poppins", sans-serif;
    font-weight: 400
}

h1 {
    line-height: 40px;
    font-size: 36px
}

h2 {
    line-height: 36px;
    font-size: 24px
}

h3 {
    line-height: 30px;
    font-size: 19px;
}

h4 {
    line-height: 22px;
    font-size: 18px
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400
}

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400
}

.box {
    border-radius: 4px;
    padding: 10px
}

html {
    box-sizing: border-box;
    font-family: 微軟正黑體, Microsoft JhengHei, "Roboto Regular", Arial, Helvetica, sans-serif;
    line-height: 1.15;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


* {
    outline: none;
}

.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 5% 0;
    position: fixed;
}


.login-sidebar {
    padding: 0px;
    margin-top: 0px;
}

.card-body.loginpage {
    padding: 50% 1.25em;
}


.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}


.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7)
}

textarea {
    resize: none
}

.form-control {
    color: #67757c;
    min-height: 38px;
    display: initial
}

.form-control-sm {
    min-height: 20px
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 0.7;
    background-color: #ffffff;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #26dad2
}

.form-group {
    margin-bottom: 25px
}

.form-horizontal label {
    margin-bottom: 0px
}

.form-control-static {
    padding-top: 0px
}

.form-bordered .form-group {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding-bottom: 20px
}



#main-wrapper {
    width: 100%
}

.boxed #main-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1)
}

.boxed #main-wrapper .sidebar-footer {
    position: absolute
}

.boxed #main-wrapper .footer {
    display: none
}

.page-wrapper {
    background: #eef5f9;
    padding-bottom: 60px
}

.container-fluid {
    padding: 0 10px 0px 9px;
}





.form-material .form-group {
    overflow: hidden
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.form-control-line .form-group {
    overflow: hidden
}

.form-control-line .form-control {
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13)
}

.form-control-line .form-control:focus {
    border-bottom: 1px solid #1976d2
}



.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border: 1px solid #ef5350
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
    border: 1px solid #26dad2
}

.form-group.error .help-block ul {
    padding: 0px;
    color: #ef5350
}

.form-group.error .help-block ul li {
    list-style: none
}

.form-group.issue .help-block ul {
    padding: 0px;
    color: #ffb22b
}

.form-group.issue .help-block ul li {
    list-style: none
}





.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 5% 0;
    position: fixed
}

.login-box {
    width: 400px;
    margin: 0 auto
}

.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px
}

.login-box .social {
    display: block;
    margin-bottom: 30px
}

#recoverform {
    display: none
}

.login-sidebar {
    padding: 0px;
    margin-top: 0px
}

.login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%
}


/* Admin Panel */
.card-body.loginpage {
    padding: 50% 1.25em;
}
button.btn.btn-info.btn-lg.btn-logino {
    padding: .75rem 1.5rem;
    font-size: 14px;
    font-weight:400;
    font-family: serif;
}

.card-outline-info .card-header {
   background-color: inherit!important;
    border-color: #1976d2;
    position: relative;
}
.card-outline-info .card-header > h4{
color: #67757c!important
}
.card-header:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid #3976d2;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}


