html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background: #ededed;
}

.login-box{
    width: 1200px;
    height: 570px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -585px;
    margin-top: -310px;

}
.leftImg{
    width: 595px;
    height:100%;
}
/*蒙牛*/
.clear:after{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.exhibition-mn{
    width: 595px;
    height: 100%;
    float: left;
}
.login-input-mn{
    width: 442px;
    float: right;
    margin-top: 90px;
}
/*.login-input{*/
/*float: right;*/
/*width: 315px;*/
/*height: 430px;*/
/*padding: 65px 34px 0 30px;*/
/*box-sizing: border-box;*/
/*position: relative;*/
/*left: 90px;*/
/*}*/
.login-input-mn input{
    border: none !important;
    height: 55px !important;
    width: 442px;
    outline: none;
    padding-right: 5px;
    box-sizing: border-box;
    line-height: 55px !important;
    font-size: 18px;
    padding-left: 65px;
    margin-bottom: 26px;
    background: url(/static/fcb/login/image/login_icons_sps.png) -3px -39px no-repeat;
}
.login-input-mn a{
    height: 30px;
    line-height: 35px;
    color: #397bbf;
    font-size: 12px;
    font-size: 12px;
}
.login-input-mn a:nth-of-type(1){
    float: left;
    margin-left: 15px;
}
.login-input a:nth-of-type(2){
    float: right;
    margin-right: 5px;
}
.login-input-mn button{
    width: 442px;
    height: 56px;
    margin-top: 10px;
    border-radius:5px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    font-size: 26px;
}

.login-input-mn button:nth-of-type(1){
    background: #00a73c;
    letter-spacing: 40px;
    padding-left: 40px;
}
.login-input button:nth-of-type(2){
    background: #3f85cd;
    letter-spacing: 3px;
}
.login-input-mn .tele{
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    box-sizing:border-box;
    border-top: 1px solid #14416f;
}
.login-input-mn .tele p{
    color: #2b65a0;
    font-size: 12px;
    margin: 5px 0;
}
.login-input-mn .help-block {

    margin-top: 10px;
    padding: 5px;
    color: #333;
    border: 1px solid #dca;
    background-color: #fffcd8;
}
.mt45{
    margin-top: 45px;
}
.login-input-mn-topimg{
    margin-bottom: 50px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px white inset !important;
}
.login_user{
    width: 33px;
    height: 30px;
    display: inline-block;
    background: url("/static/fcb/login/image/login_icons_sps.png") no-repeat 0px 0px;
    position: absolute;
    left: 5px;
    top: 16px;
}
.login_lock{
    width: 33px;
    height: 30px;
    display: inline-block;
    background: url("/static/fcb/login/image/login_icons_sps.png") no-repeat -39px 0px;
    position: absolute;
    left: 5px;
    top: 16px;
}
.login_captcha{
    width: 33px;
    height: 30px;
    display: inline-block;
    background: url("/static/fcb/login/image/login_icons_sps.png") no-repeat -78px 0px;
    position: absolute;
    left: 5px;
    top: 16px;
}
#captcha{
    width: 221px;
}