body{
    background: #fff;
}
.layer{
    width: 1260px;
    margin: 0 auto;
}
:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999; opacity:1;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;opacity:1;
    font-size: 14px;
}

input:-ms-input-placeholder{
    color: #999;opacity:1;
    font-size: 14px;
}

input::-webkit-input-placeholder{
    color: #999;opacity:1;
    font-size: 14px;
}
.loginAll{
    background: #fff;
}
.loginTopAll{
    width: 100%;
    background: #fff;
}
.loginLogo{

    line-height: 80px;
    height: 80px;
}
.loginLogo a{
    color: #009688;
}
.loginContent{
    width: 100%;
    height: 597px;
    background: url(../../images/login-bg.jpg) no-repeat;
}
.loginLayer{
    position: relative;
}
.loginBox{
    width: 330px;
    height: 360px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 95px;

}
.loginBox h3{
    color: #b40707;
    font-size: 20px;
    padding: 27px 0 0 25px;
    font-weight: normal;
}
.loginForm{
    padding-left: 25px;
}
.inputAll{
    margin: 25px auto;
}
.inputAll input{
    height: 42px;
    width: 290px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #000;
}
.tick-off-icon{
    margin: 15px auto;
}
.tick-off-icon i{
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.tick-off-icon .tick-on{
    width: 13px;
    height: 13px;
    border: none;
    background: url(../../images/tick-on.png) no-repeat -1px -1px;
}
.tick-off-icon span{
    font-size: 12px;
    margin-left: 7px;
    line-height: 15px;
}
.loginBox .btn{
    width: 290px;
    height: 44px;
    background: #b40707;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.loginBox p{
    text-align: center;
}
.loginBox p a{
    color: #999;
    font-size: 12px;
    padding: 0 10px;
}
.loginBox p a:hover{
    color: #1F82D2;
}
.loginBox p em{
    color: #999;
    font-size: 12px;
    font-style: normal;
}
.tick-off-icon p{
    color: #B40707;
    font-size: 12px;
    width: 280px;
    text-align: left;
}
.bottom{
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}