﻿
body {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 30px;
}

.formbtn {
    float: left;
    width: 60%;
    max-width: 80px;
    margin: 10px auto;
    background-color: #364149;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #fff;
}

    .formbtn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: #094;
        -webkit-transition: width .3s ease;
        transition: width .3s ease;
        z-index: -1;
    }

    .formbtn:active:after, .formbtn:focus:after, .formbtn:hover:after {
        width: 100%;
    }

img {
    max-width: 100%;
}


::-moz-selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}


/***** Top content *****/
.top-content {
    /*background: url(../images/bg_login_blue.jpg) no-repeat center center fixed;*/
    background: url(../images/rwd_background.webp?20231125) no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}

.inner-bg {
    padding-top: 120px;
}

.top-content .login-left {
    margin-bottom: 30px;
    padding-top: 0;
    /*padding-top: 40px;*/
    color: #fff;
    text-align: center;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description {
    font-size: 26px;
    color: #f2f2f2;
    text-align: center;
}

.infolight-qrcode {
    margin-top: 30px;
}

    .infolight-qrcode img {
        width: 180px;
        height: auto;
    }


.form-top {
    overflow: hidden;
    padding: 0 25px 5px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    opacity: 0.9; /*透明度*/
}

.form-top-left {
    border-top: 2px #24936E solid;
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
    }

.form-top-right {
    border-top: 2px #24936E solid;
    float: left;
    width: 25%;
    padding-top: 20px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    opacity: 0.9; /*透明度*/
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form .input-error {
        border-color: #19b9e7;
    }


    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form .input-error {
        border-color: #19b9e7;
    }

.forget-password {
    display: inline-block;
    margin-top: -5px;
    vertical-align: top;
}

/*login form*/

#login-form input[type="text"],
#login-form input[type="password"],
#login-form textarea,
#login-form textarea.form-control {
    height: 44px !important;
    margin: 0;
    padding: 0 12px;
    vertical-align: middle;
    width: 100% !important;
    background: #f8f8f8;
    border: 2px solid #ddd;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 16px;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    #login-form textarea,
    #login-form textarea.form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }

#login-form select.form-control {
    height: 44px;
    border: 2px solid #ddd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login-form input[type="text"]:focus,
#login-form textarea:focus,
#login-form textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 2px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login-form input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #888;
}

#login-form input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #888;
}

#login-form input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

#login-form label {
    font-weight: initial;
    color: #777;
}


#login-form a.btn {
    height: 44px;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#login-form button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

#login-formbutton.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login-form button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}

#login-form button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}

.panel.combo-p {
    padding-top: 17px;
    background-color: transparent;
}

.combo-panel.panel-body {
    padding: 0;
    border: 2px solid #ccc;
    background-color: #fff;
}

    .combo-panel.panel-body .combobox-item {
        padding: 6px 12px;
    }

        .combo-panel.panel-body .combobox-item:hover {
            background-color: #e2f2ff;
        }

.login-select-block {
    position: relative;
}

    .login-select-block .fa {
        position: absolute;
        top: 15px;
        right: 10px;
        font-size: 18px;
    }

.login-valid-block {
    position: relative;
}

    .login-valid-block .textbox {
        width: 100%;
    }

    .login-valid-block #captchaImg {
        position: absolute;
        top: 13px;
        right: 10px;
        font-size: 18px;
    }


/***** Media queries *****/
@media (max-width: 767px) {
    .navbar {
        padding-top: 0;
    }

        .navbar.navbar-no-bg {
            background: #333;
            background: rgba(51, 51, 51, 0.9);
        }

    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .inner-bg {
        padding: 20px 0 50px 0;
    }

    .top-content .text {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .top-content .top-big-link {
        margin-top: 25px;
    }

        .top-content .top-big-link a.btn {
            margin-top: 10px;
        }

    .infolight-qrcode {
        display: none;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}

/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}

.Mandatory:after {
    content: "*";
    color: #f00;
}
