
.user-login1 {
    margin: -250px auto 0 !important;
    position: absolute !important;
    top: 40% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}
.login-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
  /*  background: linear-gradient(135deg, #4d8af0 0%, #1a56db 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-login {
    position: relative;
    z-index: 2;
    display: flex;    
    max-width: 1200px;
    height: 600px;
    background: rgba(255, 255, 255, .95);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    backdrop-filter: blur(20px);
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.user-login .layui-row {
    height: 640px;
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 15px #909090;
}

.user-login .layui-row .layui-col-md7 {
    overflow: hidden;
    height: 100%;
}
.left-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-login .layui-row .layui-col-md7 img {
    border-radius: 5px;   
    width: 70%;
    height: 70%;
}
.user-login .layui-row .layui-col-md71 img {
    border-radius: 5px;   
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
   
.user-login .layui-col-md5 {
    height: 100%;
    border-radius: 5px;
    background-color: #fffaf4;
}

.user-login-foot {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 20px;
    color: #8c92a4;
}

.user-login-foot a {
    margin-left: 5px;
    color: #8c92a4;
}
.login-background {
    background: linear-gradient(154deg,#07070915 30%,hsl(212 100% 45%/30%) 48%,#07070915 64%);
    filter: blur(100px)
}
.layui-form {
    width: 400px !important;
    margin: 15% auto !important;
}

.layui-form button {
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 16px !important;
    background-color: #FB9300 !important;
    border: 1px solid #FB9300 !important;
    color: #ffffff;
    font-weight: 700 !important;
    cursor: pointer;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #FB9300 !important;
    background-color: #FB9300 !important;
    color: #fff !important;
}

.layui-tab-content {
    margin-top: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.layui-form-item {
    margin-top: 20px !important;
}

.layui-input {
    height: 44px !important;
    line-height: 44px !important;
    padding-left: 35px !important;
    border-radius: 3px !important;
}
.layui-input-prefix{
    line-height: 44px !important;
}

.layui-input:focus {
    border-color: #fb9300 !important;
    box-shadow:0 0 0 3px rgba(22,183,119,.08) !important;
}

.logo {
    width: 60px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
}

.title {
    font-size: 26px !important;
    font-weight: 550 !important;
    margin-left: 20px !important;
    color: #5e5d5d !important;
    display: inline-block !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 10px !important;
    position: absolute !important;
}

.desc {
    width: 100% !important;
    text-align: center !important;
    color: gray !important;
    height: 60px !important;
    line-height: 60px !important;
}

.external-login {
    margin-top: 50px;
    text-align: center;
}

    .external-login .wx-logo {
        width: 40px;
    }

@media screen and (max-width: 1100px) {
    .user-login .layui-row {
        height: 580px !important;
    }

    .layui-form {
        margin: 10% auto !important;
    }
}
