|
@@ -7,6 +7,7 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ background-size: cover;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-body:before {
|
|
.login-body:before {
|
|
@@ -108,15 +109,15 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.active .login_user_name_icon {
|
|
.active .login_user_name_icon {
|
|
|
- background: url(../images/username_2.png) center center no-repeat;
|
|
|
|
|
|
|
+ background: url(../images/username_3.png) center center no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.active .login_user_password_icon {
|
|
.active .login_user_password_icon {
|
|
|
- background: url(../images/password_2.png) center center no-repeat;
|
|
|
|
|
|
|
+ background: url(../images/password_3.png) center center no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.active .login_code_icon {
|
|
.active .login_code_icon {
|
|
|
- background: url(../images/code_2.png) center center no-repeat;
|
|
|
|
|
|
|
+ background: url(../images/code_3.png) center center no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-body .noIconInput {
|
|
.login-body .noIconInput {
|
|
@@ -134,8 +135,8 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-body .form-control:focus {
|
|
.login-body .form-control:focus {
|
|
|
- border-color: #1f449a;
|
|
|
|
|
- color: #1f449a;
|
|
|
|
|
|
|
+ border-color: #28b484;
|
|
|
|
|
+ color: #28b484;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-body .login-btn {
|
|
.login-body .login-btn {
|
|
@@ -143,9 +144,10 @@
|
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
|
padding: 8px 0;
|
|
padding: 8px 0;
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
- background-color: #1f449a;
|
|
|
|
|
- border-color: #1f449a;
|
|
|
|
|
- background-image: linear-gradient(to bottom, #1f449a 0, #3cabf8 50%, #1f449a 100%);
|
|
|
|
|
|
|
+ background-color: #28b484 !important;
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ /* border-color: #1f449a; */
|
|
|
|
|
+ background-image: linear-gradient(to bottom, #28b484 0, #28b484 50%, #28b484 100%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-body .login-btn:hover,
|
|
.login-body .login-btn:hover,
|