input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition-delay: 111111s; -webkit-transition: color 11111s ease-out, background-color 111111s ease-out; } .registerBody{ background: url("../images/login_bg.jpg"); width: 100%; height: 100%; background-size: 100% 100%; text-align: center; } .loginView_bg{ background: rgba(18,105,211,0.3); text-align: center; width: 440px; margin: 0 auto; padding: 50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 8px; height: 402px; } .loginView{ background: #FFFFFF; text-align: center; width: 420px; margin: 0 auto; padding: 50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 8px; height: 382px; } .loginView p{ text-align: left; } .loginView img{ width: 100%; height: 35px; } .loginView table{ width: 100%; margin: 0 auto; } .loginView table tr td:nth-child(2){ text-align: left; } .loginView table tr td{ padding-top: 20px; position: relative; } .nameIcon{ width: 23px; height: 23px; display: block; background: url('../images/login_01.png') no-repeat; position: absolute; bottom: 8px; } .passIcon{ width: 23px; height: 23px; display: block; background: url('../images/login_02.png') no-repeat; position: absolute; bottom: 8px; } .codeIcon{ width: 23px; height: 23px; display: block; background: url('../images/login_03.png') no-repeat; position: absolute; bottom: 8px; } .loginView table tr td input[type="text"],input[type="password"]{ height: 35px; border-bottom: 1px solid #cfcfcf; padding-left: 30px; width: 100%; } .titleTab{ background: var(--color); } .titleTab p{ float: left; display: block; line-height: 76px; width: 50%; text-align: center; color: #7fbdba; } .titleTab p:hover{ cursor: pointer; } .active{ color: #ffffff!important; } .remberPsw{ width: 100%; margin: 0 auto; text-align: left; margin-top: 50px; } .remberPsw input[type="checkbox"]{ position: relative; top: 2px; } .loginBtn{ width: 100%; padding: 10px 0; border: none; background: #1269d3; color: #ffffff; display: block; margin: 0 auto; margin-top: 20px; cursor: pointer; } .registerBtn{ border: none; padding: 10px 0; display: block; margin: 0 auto; margin-top: 10px; color: var(--color); cursor: pointer; } .fsYzm{ height: 35px; border: 1px solid #cfcfcf; width: 100%; } .topLogo{ margin: 0 auto; padding-top: 2%; } .topLogo p{ font-size: 60px; font-weight: bold; color: #1269d3; } .bottomInformation_login{ position: absolute; bottom: 3%; width: 100%; color: #010101; }