.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: #2196F3 !important;
    border: none;
    border-radius: 3px;
    font-size:15px;
}

.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-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-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: #F44336;
    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;
}

.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;
}

body{
    background: url(../images/exam-bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}

@media (min-width: 1200px){
    .x-div-form{
        background: rgba(33, 33, 33, 0.38);
        border-radius: 8px;
        margin-top: 38px;
    }

    .x-btn-go {
        background: none !important;
        border: 1px solid #fff !important;
        border-radius: 5px;
        color: #fff;
    }

    .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: #fff;
        padding: 0px 4px;
    }

    .x-div-img-logo img{
        width: 138px;
    }

    .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);
    }
}

