/* 新登录 */input,button{ outline:none; } .lgn-body{ height: 100%; width:100%; position: fixed; left:0; top:0; overflow-y: auto; background:url(../images/lbg.jpg) center center no-repeat; background-size:cover !important; } .lgn-body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: "microsoft yahei" } .lgn-copy-i{ font-size:14px; color:#fff; position: fixed; bottom:65px; text-align: center; width:100%; } .lgn-content{ margin:0 auto; width:405px; } .lgn-logo-t{ background:url(../images/logo-t.png) center center no-repeat; width:405px; height: 60px; margin-bottom: 40px; margin-top: 216px; } .lgn-logo-text{ width:405px; text-align: center; height: 105px; margin-bottom: 40px; margin-top: 180px; display: flex; display: -webkit-flex; flex-direction: column; justify-content: center; } .lgn-logo-text>h3{ font-size: 35px; letter-spacing: 4px; color:#fff; font-weight: bold; margin:0px; } .lgn-logo-text>div{ font-size:26px; color:#fff; letter-spacing:10px; margin-top: 15px; padding-left: 8px; } .lgn-logo-text>p{ font-size: 14px; font-weight: normal; color: #fff; letter-spacing: 1px; } .lgn-spanside{ position: relative; margin-bottom:20px; } .lgn-user-i{ background: url(../images/user-i.png) center center no-repeat; display: inline-block; width: 24px; height: 24px; position: absolute; left:25px; top:50%; margin-top:-12px; } .lgn-pswd-i{ background: url(../images/pasw-i.png) center center no-repeat; display: inline-block; width: 24px; height: 24px; position: absolute; left:25px; top:50%; margin-top:-12px; } .lgn-mm-i{ background:url(../images/mm-i.png) center center no-repeat; display: inline-block; width: 24px; height: 24px; position: absolute; right:30px; top:50%; margin-top:-12px; cursor: pointer; } .lgn-am-i{ background:url(../images/am-i.png) center center no-repeat; display: inline-block; width: 24px; height: 24px; position: absolute; right:30px; top:50%; margin-top:-12px; cursor: pointer; } .lgn-input{ width:402px; height: 53px; line-height: 53px; background-color:rgba(255,255,255,0) !important; padding:0px 60px 0px 70px; color:#fff; font-size:16px; box-shadow : 0 0 0px 1000px rgba(255,255,255,0.2) inset !important; border:none; } .lgn-input:focus{ background-color:rgba(255,255,255,0.15); } .lgn-button{ width:402px; height: 53px; line-height: 53px; border:none; background-color:rgba(52,143,248,1); font-size:19px; color:#fff; cursor: pointer; } .lgn-button:hover{ background-color:rgba(52,143,248,0.8); }@media screen and (max-height:766px) { .lgn-logo-t{ margin-top:100px; } } /* input.lgn-input:-webkit-autofill{ -webkit-text-fill-color: #999999 !important; transition: background-color 5000s ease-in-out 0s; } */ /* 验证码 */ .login-code i { display: inline-block; width: 24px; height: 24px; position: absolute; left:25px; top:50%; margin-top:-12px; background: url(../images/code.png) center center no-repeat; } .login-code input::-webkit-input-placeholder { color: white; } .login-code input:-moz-placeholder { color: white; } .login-code input::-moz-placeholder { color: white; } .login-code input:-ms-input-placeholder { color: white; } .login-code .login-code-img { border-radius: 5px; width: 100px; height: 40px; } .lgn-third-style{ padding:40px 30px 0; display: flex; display: -webkit-flex; align-items: center; justify-content:space-around; }