﻿html, body {
    background-color: #a1ddff;
    min-width: 1110px;
}

.align {
    width: auto;
    /*margin-left: auto;
            margin-right: auto;*/
}

.login_form {
    width: 300px;
    background-color: #0b2938;
    height: 480px;
    float: left;
}

.login_im {
    float: left;
    height: 481px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .login_im > img {
        height: 480px;
    }

#language {
/*    border-color: #0b2938 !important;
    background-color: #173e52 !important;
    color: #ffffff !important;
    border-radius: 0 !important;*/
}

.login_form input {
    border-color: #173e52;
    background-color: #173e52;
    color: #ffffff;
    border-radius: 0;
}

    .login_form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #173e52 inset;
        -webkit-text-fill-color: #ffffff;
    }

.login_form form {
    padding: 15px;
}

.new-footer {
    position: fixed;
    right: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    margin-bottom: 0;
}

@media screen and (min-width:1601px) {
    .bj_img {
        /*margin-left: 120px;
        margin-right: 120px;*/
        background-size: cover;
        /*width: 1360px;*/
        height: 480px;
        margin-top: 180px;
    }
}

@media screen and (max-width:1600px) {
    .bj_img {
        /*margin-left: 120px;
        margin-right: 120px;*/
        background-size: cover;
        /*width: 1360px;*/
        height: 480px;
        margin-top: 100px;
    }
}

@media screen and (max-width:1400px) {
    .bj_img {
        /*margin-left: 120px;
        margin-right: 120px;*/
        background-size: cover;
        /*width: 1360px;*/
        height: 480px;
        margin-top: 50px;
    }
}

@media screen and (max-width:1200px) {
    .bj_img {
        /*margin-left: 120px;
        margin-right: 120px;*/
        background-size: cover;
        /*width: 1360px;*/
        height: 480px;
        margin-top: 50px;
    }
}

.img_log_title {
    text-align: center;
    padding: 38px 0 0 0;
    height: 82px;
}

.form-group {
    margin-bottom: 25px;
}

.img_log_title > img {
    width: 40%;
}

#login-button-submit {
    width: 40% !important;
    margin: auto !important;
    border-radius: 15px;
}

#checkCode {
    color: #e77711 !important;
    border-color: inherit !important;
    width: 63px;
}

.chename {
    color: #7c828d !important;
}

.check {
    height: 33px;
}
