@charset "utf-8";
.login{
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login_bj.png) no-repeat center center;
    background-size: cover;
}
.login .logo{
    width: 131px;
    height: 48px;
    position: absolute;
    z-index: 20;
    left: 64px;
    top: 16px;
}
.login .login_con{
    width: 520px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 2px 34px 0px #C6E4CD;
    border-radius: 24px;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.login .login_con:after{
    content: '';
    display: block;
    width: 237px;
    height: 149px;
    background: linear-gradient(141deg, #EEFFF2 0%, #FFEBBB 100%);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 0 0 160px 60px;
    transform: translate(-20px,0);
}
.loginTheme{
    padding: 40px 40px 0 40px;
}
.login_type li{
    width: 144px;
    height: 38px;
    border-radius: 19px;
    color: #333;
}
.login_type li.on{
    background: #E9FAED;
    color: #29D350;
}
.login .input{
    height: 48px;
    box-shadow: inset 0px -1px 0px 0px #F0F0F0;
}
.login .input input{
    height: 30px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
}
.login .checkpass{
    width: 16px;
    height: 16px;
    padding: 0 16px;
    margin-left: 32px;
}
.layui-form-checkbox[lay-skin=primary] span{
    padding:0;
    font-size: 15px;
}
.login-btn{
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #29D350;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}