>
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 14px;
cursor: pointer;
color: rgba(0, 0, 0, .25);
}
.login-form-row-invalid .login-form-input {
border-color: #F5222D;
}
.login-form-row-invalid .form-input-clear {
display: block;
}
.login-form-row-invalid .login-form-row-tips {
visibility: visible;
}
.form-input { /* 火狐下有效,输入框有历史记住数据,背景是黄色 */
background: none;
outline: none;
}
.sys-power {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
font-size: 12px;
font-weight: 400;
color: rgba(255, 255, 255, .25);
line-height: 20px;
bottom: 5%;
}
.link-to-forget {
font-size: 14px;
font-weight: 400;
color: rgba(0, 0, 0, .45);
line-height: 22px;
}
.login-form-footer {
margin-top: 40px;
text-align: center;
font-size: 14px;
font-weight: 400;
color: rgba(0, 0, 0, .65);
line-height: 22px;
}
.link-to-register {
color: $c-primary;
}
</style>