﻿
html, body {
    font-family: "微軟正黑體";
    width: 100%;
    height: 100%;


}
body {
    display: flex;
    flex-direction: column;
}
#jquery-loader-background {
    background-color: #000
}

/* Header */

#wrapper {
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/login/bg.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;

}

.mainContent {
    padding-bottom: 110px;

}

header {
    padding: 80px 0 50px 0;
}

header img {
    width: 100%;
    height: auto;
}

.mainContent .loginform {
    padding: 0;
    width: 410px;

}

.form-group {
    /*overflow: hidden;*/
}

.form-group .col-sm-3 {
    text-align: right;
}

/* Footer */

footer {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 25px;
}

@media (min-width: 768px) {
    #wrapper {
        width: 100%;
        min-height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/login/bg.jpg");
        background-repeat: no-repeat;
        background-position: left bottom;
        position: relative;
    }
    .wrap {
        padding-top: 100px;
        width: 100%;
        background-color: #f3f3f4;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: 100%;
        min-height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/login/bg.jpg");
        background-repeat: no-repeat;
        background-position: right bottom;
        position: relative;

    }
    .wrap {
        padding-top: 150px;
        width: 100%;
        background-color: #f3f3f4;
    }
}


@media (min-width: 1200px) {
    #wrapper {
        width: 100%;
        min-height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/login/bg.jpg");
        background-repeat: no-repeat;
        background-position: right bottom;
        position: relative;

    }
    .wrap {
        padding-top: 250px;
        width: 100%;
        background-color: #f3f3f4;
    }
}

/*///////////////////////////////////////////////////////////////*/
.authenty {
    background-color: #f3f3f4;
    flex: 1 0 auto;
    padding-bottom: 80px;
}


.form-wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.main {
    color: #5c5c65;
}

.brand {
    text-align: center;
    margin-top: 40px;
}

.brand h2 {
    font-size: 30px;
    font-weight: 700;
    color: #C0BFB5;
}

.brand p {
    color: #C0BDB0;
    font-size: 13px;
}

.horizontal-divider {
    margin: 0 auto;
    position: relative;
    width: 1px;
    height: 360px;
    background-color: #ccc;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


footer {
    color: #f3f3f4;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #787883;
    /*background-color: #5c5c65;*/
}

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}