html{
    background-color: #ffffff;
}
body{
    height: 100%;
    padding: 0;
}
.login-body{
    background-repeat: no-repeat;
    background-position-y: 0;
    height: calc(100% - 4rem);
    position: relative;
    padding-top: 4rem;
    background-image: url("https://img.guangfazufang.com/upload/pc-saas/common/img/login-page-bg.png");
    background-size: 100% 100%;
}

/*.login-body-copy{
    background: url(https://img.guangfazufang.com/pc-saas/login-page-bg-copy.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position-y: 0;
    height: calc(100% - 4rem);
    position: relative;
    padding-top: 4rem;
}*/
.login-form{
    width: 15.7rem;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 12.65rem);
    transform: translateY(30%);
    border-radius: 0.5rem;
    padding: 1.5rem 4.8rem;
    box-shadow:0px 0.4rem 0.9rem 3px rgba(150,89,42,0.14);
    background-color: #ffffff;
}
.login-form .login-title{
    text-align: center;
    font-size: 1.4rem;
    color: #3ACBC6;
    font-weight: 600;
    margin-bottom: 3rem;
}
#login-form{
    margin-bottom: 1rem;
}
#login-form > div{
    margin-bottom: 1.1rem;
    border-bottom: 1px solid #eeeeee;
}
#login-form input{
    border: none;
    border-radius: 0 0.2rem 0.2rem 0;
    height: 2.4rem;
    width: 100%;
    outline:none;
}
#login-form input[name='verifyCode'],#login-form .yzmInput{
    width: 7rem;
}
#login-form input:focus{
    outline: none !important;
    border-radius: 0 0.2rem 0.2rem 0;
}
/*#login-form .phone-input-body{
    !*background: url("../../img/register/input-phone.png") no-repeat  0.8rem 0.6rem;
    background-color: #ffffff;*!
    padding-left: 2.4rem;
    border-radius: 4px;
    !*box-shadow: 0px 0px 0.4rem 0px rgba(97,155,171,0.4);*!
    margin-bottom: 0.5rem;
}
#login-form .password-body{
    !*background: url("../../img/register/input-pwd.png") no-repeat  0.8rem 0.6rem;
    background-color: #ffffff;*!
    padding-left: 2.4rem;
    border-radius: 4px;
    !*box-shadow: 0px 0px 0.4rem 0px rgba(97,155,171,0.4);*!
    margin-bottom: 2rem;
}*/
#login-form .yzmImg-body{
    /*background: url("../../img/register/input-var-code.png") no-repeat  0.8rem 0.6rem;*/
    /*background-color: #ffffff;*/
    /*padding-left: 2.4rem;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0px 0px 0.4rem 0px rgba(97,155,171,0.4);*/
    width: 7.1rem;
    /*margin-bottom: 1.5rem;*/
}
.password-body,.yzmImg-big-body{
    position: relative;
}
.forgetPwd{
    font-size: 0.6rem;
    color: #3ACBC6;
    position: absolute;
    bottom: 0.8rem;
    right: .5rem;
    cursor: pointer;
}
.yzmImg-big-body .yzmImg{
    position: absolute;
    bottom: 0.2rem;
    right: 0;
}
.yzmImg-big-body #verify-img{
    width: 5.8rem;
    height: 2rem;
    cursor:pointer;
}
.login-btn,.do-forget-btn{
    width: 100%;
    line-height: 2.25rem;
    height: 2.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    border-radius: 0.2rem;
    cursor: pointer;
    background-color: #3ACBC6;
    /*background: -webkit-linear-gradient(left,#448aca, #3acbc6); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(right,#448aca, #3acbc6); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(right,#448aca, #3acbc6); !* Firefox 3.6 - 15 *!
    background: linear-gradient(right,#448aca, #3acbc6); !* 标准的语法 *!*/
    margin-bottom: 0.8rem;
}
.remember-pwd-btn{
    font-size: 0.6rem;
    color: #C4C8C8;
    cursor: pointer;
}
.remember-pwd-btn[data='1']{
    color: #3ACBC6;
}
.remember-pwd-btn img{
    margin-right: 0.4rem;
}
.goto-register{
    line-height: 0.6rem;
}
.goto-register a{
    color: #C4C8C8;
    font-size: 0.6rem;
    vertical-align: top;
}
.goto-register a:hover{
    color: #3ACBC6;
}
.message{
    font-size: 0.6rem;
    color: #FA8282;
    margin-top: 1rem;
}
.message a{
    color: #ffffff;
    text-decoration: underline;
}
.ver-body{
    position: relative;
}
.ver-body .code-btn{
    display: inline-block;
    line-height: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 0.8rem;
}