.form-group input,.form-group select {
    height: 38px;
    color: #9E9E9E;
    border: none;
    border-bottom: 1px solid #9E9E9E;
    padding: 0px 4px;
    background: none;
}

.form-group button {
    height: 40px;
    background: #e31f27 !important;
    border: none;
    border-radius: 3px;
    font-size:15px;
}

.form-control{
    height: 39px;
}

.x-button{
    font-size: 12px;
    height: 38px;
    background: #2095f2;
    line-height: 22px;
    border: 1px solid #1f94f1;
    border-radius: 5px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 13px;
}

.x-div-text-logo {
    color: #000;
    font-size: 20px;
    height: 45px;
    overflow: hidden;
    line-height: 39px;
    font-weight: bold;
}

.x-div-img-logo img{
    width: 100px;
}

.x-btn-go {
    background: none !important;
    border: 1px solid #2196F3 !important;
    border-radius: 5px;
    color: #2195f2;
}

.x-btn-reset {
    border: 1px solid #ff9800 !important;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 9px 8px;
    background: none !important;
    color: #ff9800;
}

.x-btn-reset:hover{
    background: #ffbb59 !important;
    border: none !important;
    border-radius: 5px;
    color: #fff;
    padding: 10px 8px;
}

.x-row {
    margin-left: 0px;
    margin-right: 0px;
}

.x-button-normal{
    font-size: 12px;
    height: 38px;
    background: #bcbcbc !important;
    line-height: 22px;
    border: 1px solid #bbbbbb !important;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    margin-top: 0px !important;
}

.x-btn-register {
    border: 1px solid #46c37b !important;
    border-radius: 5px;
    font-size: 14px;
    padding:9px 8px;
    background: none !important;
    color: #46c37b;
}

.x-btn-register:hover{
    border:none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 8px;
    background: #46c37b !important;
    color: #fff;
}

.x-a-notice{
    color: #fff !important;
    background: #009688;
    font-size: 12px;
    padding: 3px 1px;
    border-radius: 15px;
}

.x-div-line{
    height: 1px;
    background: #616161;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: -1;
}

.x-div-system-off{
    display: inline-block;
    background: #e31f27;
    border-radius: 5px;
    font-size: 15px !important;
    width: 240px;
    height: 37px;
    line-height: 37px;
    color:#fff;
}

.x-div-text-switch{
    margin-top: 36px;
}

.signin-form label{
    font-size: 12px;
    font-weight: normal;
    color: #000 !important;
}

.x-div-footer{
    text-align: center;
    position: absolute; 
    width: 100%;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 30px;
    height: 30px;
    bottom: 0;
}

.x-div-main{
    min-height: 100%;
    padding-top: 50px;
}

.pulldown {
    top: 0px;
}

#x-div-show-captcha{
    position: absolute;
    z-index: 999;
    background: #fff;
    height: 150px;
    left: 7px;
    right: 7px;
    top: 100px;
    border: 1px solid #2196F3;
    border-radius: 5px;
    padding: 20px;
    display: none;
}

.x-button-send{
    display: inline-block;
    width: 100px;
    margin-top: 10px !important;
}

.x-div-login-img img{
    width: 100%;
}

.x-div-login-row .col-md-4{
    background: #fff;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    height: 400px;
    overflow: hidden;
}

.x-div-login-form{
    padding-left: 50px;
    padding-right: 50px;
}

#main-container{
    background: #F1F1F1 !important;
}

.x-div-register-title h3{
    text-align: center;
    color: #000;
}

.x-button-submit:hover{
    background: #C7181F !important;
}

.x-div-form-link{
    margin-top: 30px;
}

.x-div-form-link a{
    color: #333;
}

.x-div-form-link a:hover{
    color: #BF191C !important;
}

.x-div-flink-left{
    float: left;
    margin-left: 20px;
    color: #e31f27  !important;
}


.x-div-flink-right{
    float: right;
    margin-right: 20px;
}
/*body{
    background: url(../images/exam-bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}*/

@media (min-width: 1200px){
    .x-div-form{
        background: #fff;
        border-radius: 8px;
        padding-left: 50px;
        padding-right: 50px;
        min-height: 500px;
        /*margin-top: 38px;*/
    }

    .x-btn-go {
        background: none !important;
        border: 1px solid #aaa !important;
        border-radius: 5px;
        color: #aaa;
        line-height: 30px;
    }

    .x-btn-go:hover{
        color: #888;
        border: 1px solid #888 !important;
    }

    .x-div-text-logo {
        color: #fff;
        font-size: 30px;
        height: 48px;
        overflow: hidden;
        line-height: 39px;
        margin-top: 10px;
    }

    .signin-form label {
        font-size: 14px;
        font-weight: normal;
        color:#fff;
    }

/*    .x-btn-reset{
        background: #ffbb59 !important;
        border: none !important;
        border-radius: 5px;
        color: #fff;
        padding: 10px 8px;
    }*/

/*    .x-btn-register {
        border:none !important;
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 8px;
        background: #46c37b !important;
        color: #fff;
    }*/

    .form-group input,.form-group select {
        height: 38px;
        color: #000;
        border: none;
        border-bottom: none;
        background: #eee;
        padding: 0px 8px;
    }

    .x-div-img-logo img{
        width: 300px;
    }

    .x-div-footer{
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        height: 30px;
        background: rgb(33, 33 ,33, 0.27);
    }
}

