html {
    height: 100%
}
body{
    background-color: #B4CDFF;
    overflow:hidden;
}
.signin {
    width: 1440px;
    height: 900px;
    background: url(../img/login-background.png) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 1440px 900px;
    position: absolute;
    left: 50%;
    margin-left: -720px;
}

.signin form {
    background: url(../img/login-image.png) no-repeat top !important;
    background-color: #fff;
    position: absolute;
    top: 200px;
    left: 778px ;
    padding:40px 40px 74px;
    background: rgba(255, 255, 255,1);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}
.signin form .no-margins{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #003399;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 25px;
    position: relative;
}
.signin form .no-margins:after{
    content:"";
    display: inline-block;
    width: 89px;
    height: 2px;
    background: #003399;
    border: 2px solid #003399;
    position: absolute;
    bottom: 0;
    left: 0;

}
.signin form .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: 0
}

.signin form .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.signin form .form-control {
    display: block;
    margin-top:24px;
    padding: 0 24px;
    font-size: 16px;
}
.signin form #btnSubmit{
    display: block;
    width: 376px;
    height: 48px;
    background: #003399;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.signin form .uname {
    color: #002530;
    width: 376px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDE8EB;
    border-radius: 4px;
}
.signin form .pword {
    color: #002530;
    width: 376px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDE8EB;
    border-radius: 4px;
}
.signin form .validateCodediv{
    position: relative;
}
.signin form .code {
    width: 376px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDE8EB;
    border-radius: 4px;
}
.signin form .imgcodea{
    display: inline-block;
    width: 80px;
    height: 25px;
    position: absolute;
    top:12px;
    right:5px;
}
.signin form .imgcode{
   height: 100%;
    width: 100%;
}
.signin form .btn {
    margin-top: 15px
}

@media (max-width:2000px) {
    .signin {
        zoom: 1;
    }
}
@-moz-document url-prefix(){
    .signin {
        -moz-transform: scale(80%,80%);
        top:-20vh !important;
    }
}
@media (max-width:1440px) {
    .signin {
        zoom: 0.8;
        top:-8vh;
    }
}
@media (max-width:1200px) {
    .signin {
        zoom: 0.5;
    }
}
.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin:25px 0 2px;
    display: inline-block;
    color:#293347;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;

}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 17px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 0;
    left: 0px;
    width: 18px;
    height: 17px;
    color: #fff;
    text-align: center;
    background-color: #003399;
}

.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
    color:#003399
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none
}
