login page ui changes
This commit is contained in:
@@ -109,6 +109,10 @@ body {
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-group input.error:focus+label {
|
||||
color: #d93025;
|
||||
}
|
||||
|
||||
.biz-login-wrap .password-fixed {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1 !important;
|
||||
@@ -197,9 +201,10 @@ body {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap .err-msg {
|
||||
.biz-login-wrap .err-msg:not(:empty) {
|
||||
color: #d93025;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.biz-login-wrap h4 {
|
||||
|
||||
Reference in New Issue
Block a user