button,hr,input {
    overflow: visible
}[type=radio],[type=checkbox],legend {
     box-sizing: border-box;
     padding: 0
 }

*,:after,:before {
    box-sizing: border-box
}

html {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font: 400 16px/1.618 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,sans-serif;
    margin: 0;
}
button,input,select,textarea {
    font: inherit;
    margin: 0;
    outline: 0
}

::-webkit-input-placeholder {
    opacity: .54;
    color: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

div{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select:none;
    display: block;
    unicode-bidi: isolate;
}
.page-login {
    position: relative;
    height: 100%;
}
.page-bg{
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    background-image:url("img/background.svg");
    background-size:cover;
    background-position:center;
}



.page-container{
    position:absolute;
    width:360px;
    height:470px;
    background-color:rgba(0,0,0,0.45);
    border-radius:10px;
    backdrop-filter:blur(8px);
    z-index:3;
    border:1px solid rgba(255,255,255,0.10);
}

.page-container-logo{
    position:inherit;
    left: 143px;
    top: 38px;
    width: 70px;
    height: 78px;
    background-image:url("img/geling_logo.png");
    background-size:cover;
}
.logo-title{
    position:inherit;
    left:153px;
    top:125px;
    color: var(--text-primary, #ffffff);
    font-weight: var(--font-weight-normal);
    font-size:12px;
}
.logo-complement{
    position:inherit;
    left:145px;
    top:145px;
    color:#888;
    font-size:10px;
}
.form-box{
    position:absolute;
    left:0px;
    top:175px;
    width:360px;
    height:200px;
}
.form-item {
    position:inherit;
    width:200px;
    height:35px;
    border-bottom:1px solid #555;
}
.form-box .success {
    border-bottom: 1px solid #555;
}
.form-box .error {
    border-bottom: #e35b5a 1px solid
}
.form-item label{
    float:left;
    width:45px;
    height: 30px;
    color: var(--text-primary, #ffffff);
    font-weight: var(--font-weight-normal);


    line-height: 30px;
    font-size:14px;
}
.form-item .ipt{
    float:left;
    width: 150px;
    height:30px;
    outline:none;
    border:0px;
    background:none;
    font-size:16px;
    color:#FFF;
    caret-color:#00FFFF;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form_item_account{
    left:80px;top:0px;
}
.form_item_pwd{
    left:80px;top:65px;
}
.form_item_other{
    position:inherit;
    left:80px;
    top:135px;
    width:200px;
    height:30px;
    color:#AAA;
    font-size:12px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox-remember{
    width:50px;
    cursor:pointer;
}
.checkbox-remember input {
    display: none;
    opacity: 0
}
.checkbox-remember input[type=checkbox]+label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-remember input[type=checkbox]+label:before {
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 1px solid #dce4e6;
    border-radius: 3px;
    background-color: #f3f6f8;
    background-repeat: no-repeat;
    background-size: 100%
}
.checkbox-remember input[type=checkbox]:checked+label:before {
    border: 1px solid #465FE2;
    background-color: #465FE2;
    background-image: url(img/icon-check.svg)
}
.form-button{
    width:50px;
    height:30px;
    border-radius:3px;
    background:#465FE2;
    box-shadow:0px 5px 10px rgba(70,95,226,0.5);
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-button .btn-submit{
    width:18px;
    height:18px;
    background-color: transparent;
    background-image:url("img/login.svg");
    background-size:cover;
    border:none;
}
.form-button:hover{background:#6578E7;}
.form-button:active{background:#354FDF;}
.form_login_error {
    position:inherit;
    left:0px;
    top:170px;
    width:100%;
    height:30px;
    font-size: 13px;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 14px;
    text-align: center;
    color: #e35b5a;
}
/* 解决chrome自动填充时输入框背景色为白色背景颜色问题 */
input{
    background-color: rgba(255,255,255,0) !important;
}
input:-webkit-autofill{
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
input:-webkit-autofill:focus{
    -webkit-text-fill-color: #fff !important;
}

.prompt_tips {
    float:left;
    font-size: 13px;
    line-height: 16px;
    width: 200px;
    height: 24px;
    margin: 5px 0;
    text-align: left;
    color: #e35b5a;
}

/* 测试账户提示区域样式 */
.demo-account-tips {
    position: absolute;
    left: 30px;
    top: 350px;
    width: 300px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.demo-account-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.demo-icon {
    font-size: 16px;
    margin-right: 8px;
}

.demo-title {
    color: #CCC;
    font-size: 14px;
    font-weight: 600;
}

.demo-account-info {
    margin-bottom: 12px;
}

.demo-account-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 12px;
}

.demo-label {
    color: #AAA;
}

.demo-value {
    color: #465FE2;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 3px;
    transition: all 0.2s;
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.demo-value:hover {
    background: rgba(70, 95, 226, 0.2);
    color: #6578E7;
}

.demo-quick-login {
    width: 100%;
    height: 28px;
    background: linear-gradient(135deg, #465FE2, #6578E7);
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(70, 95, 226, 0.3);
}

.demo-quick-login:hover {
    background: linear-gradient(135deg, #6578E7, #7B8AEA);
    box-shadow: 0 4px 12px rgba(70, 95, 226, 0.4);
    transform: translateY(-1px);
}

.demo-quick-login:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(70, 95, 226, 0.3);
}
