*, :after, :before {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
}
body{
    --tw-bg-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
}
.login-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.login-main{
    width: 340px;
    min-height: 300px;
    --tw-shadow: 0 8px 20px 0px rgba(27,77,203,0.12);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    background: #fff;
    padding: 2.4rem;
    border-radius: 2px 10px 2px 10px;
}
.login-main .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-main .logo img{
    display: flex;
    width: 80px;
    height: 80px;
}
.login-main .logo h1{
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
}
.login-main .login-form{
    margin-top: 3rem;
}
.login-container form ul li {
    margin-bottom: 20px;
    position: relative;
}
.label-required-prev:before {
    color: red;
    width: .5em;
    content: '*';
    margin: -2px 0 0 -.55em;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    line-height: 1.6em;
}
.login-container form ul li i.layui-icon {
    color: #333;
    font-size: 18px;
    position: absolute;
    padding: 14px 15px 13px 20px;
}
.login-container form ul li input {
    color: #666;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1em;
    text-indent: 35px;
    border-radius: 3px;
    letter-spacing: 1px;
    -webkit-text-fill-color: #666!important;
}
.login-container form ul li button {
    color: #fff!important;
    height: 45px!important;
    border: none!important;
    border-radius: 2px!important;
    letter-spacing: 1px!important;
    box-shadow: 0 15px 30px 0 hsla(0,0%,100%,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    background: #393D49;
}
.login-container form ul li.verify img {
    width: 95px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    margin-left: 5px;
}
.new-login-bg {
    position: absolute;
    height: 40vh;
    top: 0;
    left: 0;
    right: 0;
    background-color: #005bac;
}
.layui-layout>.layui-side .layui-logo{
    text-align: left;
}
.new-login-body{
    background-color: #F8FAFB;
    height: calc(100vh - 40px);
    overflow: hidden;
    position: relative;
}
.new-login-logo{
    position: absolute;
    left: 38px;
    top: 28px;
}
.new-login-logo img{
    width: 80px;
}
.new-login-main{
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    text-align: center;
}
.main-left-logo{
    width: 730px;
    height: 400px;
    margin-right: 80px;
    display: inline-block;
    vertical-align: bottom;
    background-image: url("../../img/login_subimg.png");
    background-size: contain;
    position: relative;
    top: -30px;
}
.login-form{
    width: 332px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}
.login-form .layui-btn{
    background-color: #005bac;
    border-color: #005bac;
}
.login-form h3{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    color: #1d2129;
    text-align: left;
    margin-bottom: 30px;
}
.login-form li{
    margin-bottom: 20px;
    position: relative;
}
.login-form .title{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1d2129;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: left;
}
.footer-copyright{
    color: #666;
    background: #F8FAFB;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copyright a{
    color: #666;
}
.footer-copyright p{
    margin-right: 10px;
}
.verify-captcha{
    display: flex;
    align-items: center;
}
.verify-captcha .label-required-null{
    position: relative;
    flex: 1;
}
.verify-captcha .captcha img{
    height: 38px;
}