@charset "utf-8";
@import url(/Admin_New/common/css/common.css);
.login-bg{
    /* background: #eeeeee url() 0 0 no-repeat; */
    background:url('/Admin_New/common/img/bg.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin:200px auto 0 auto;
    min-height: 380px;
    max-width: 420px;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255,0.4);
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    text-align: center;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background:  var(--primary);
    position: relative;
    color: #fff;
    font-size: 16px;
}
.login #darkbannerwrap {
    background: url('/Admin_New/common/img/aiwrap.png');
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login .layui-form input,
.login .layui-form select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 45px;
    padding: 0 16px 0 45px;
    font-size: 14px !important;
    color: #000;
    outline:none;
    width:100%;
    box-sizing: border-box;
    background-color:rgba(255, 255, 255,0.2);
    letter-spacing: .5px;
}
.password_div {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 45px;
    padding-right: 8px;
    font-size: 14px;
    color: #000;
    outline:none;
    width:100%;
    box-sizing: border-box;
    background-color:rgba(255, 255, 255,0.2);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/*.inline-box input[type=password] {
    height: 45px;
    padding: 0 16px 0 40px;
    font-size: 14px;
    color: #000;
    outline:none;
    width:100%;
    box-sizing: border-box;
    background-color:rgba(255, 255, 255,0.2);
}*/
.login .layui-form ::placeholder {
    color: #0006;
    font-size: 13px !important;
}

.login .layui-form input:focus,
.login .layui-form select:focus {
    border: 1px solid  var(--primary);
}
.login hr {
    background: #fff;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255,0);

}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255,0);

}

[readonly] {
    cursor: default;
}

[disabled] {
    cursor: not-allowed;
    filter: brightness(.8);
}

/* 自动登录 */
.other-handle{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-login{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.auto-login > input{
    margin-right: 10px;
}
.forget{
    color: #143e8b;
    cursor:pointer;
}
.layui-form .inline-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layui-form .inline-box>img{
    width: 24px;
    margin-left: 12px;
    position: absolute;
    filter: brightness(0);
    opacity: .3;
    pointer-events: none;
}
