body{background:url(../images/login_bg.jpg) no-repeat top center / 100% 100%;background-attachment:fixed;}
.crm-login{margin:200px auto 0;position:fixed;top:50%;left:0;right:0;margin-top:-200px;}
.crm-login .name{text-align:center;font-size:28px;color:#5F9BFF;}
.crm-login .form{width:780px;height:400px;margin:0 auto;background:#fff;overflow:hidden;border-radius:3px;box-shadow:0 0 5px 0 rgba(95,155,255);}
.crm-login .image{width:300px;height:400px;float:left;background:url(../images/login_bg.jpg) no-repeat top center}
.crm-login .enroll{width:480px;float:right;box-sizing:border-box;padding:20px 85px;}
.crm-login .enroll .title{text-align:center;font-size:20px;color:#5F9BFF;margin:30px auto;}
.layui-input-wrap .layui-input{border-radius:38px;}
.layui-input-wrap .image-captcha{width:100px;height:36px;position:absolute;top:1px;right:1px;border-radius:38px;cursor:pointer;}
.layui-input-wrap .layui-btn-smscode{position:absolute;top:0;right:0;border:0;}
input[name="captcha"]{ime-mode:disabled}


#login{width:100%;background:#5F9BFF;border-radius:38px;}
#verify{width:100%;background:#FF964D;border-radius:38px;}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background:none !important;background-image:none !important;color:#FFFFFF !important;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{-webkit-transition-delay:99999s;-webkit-transition:color 99999s ease-out, background-color 99999s ease-out;}

.phone{color:#181818;font-size:14px;margin-bottom:10px}
.below{color:#999;font-size:12px;border-top:1px solid #f7f8f9;margin-top:10px;padding-top:10px;line-height:1.8;}



@media screen and (max-width:750px){
body{background-size:cover;}
.crm-login .form{width:80%;height:auto;padding-bottom:20px;}
.crm-login .image{display:none;}
.crm-login .enroll{width:100%;padding:10px;}
.crm-login .enroll .title{margin:10px auto;}

}




