login page ui changes

This commit is contained in:
2022-11-29 19:50:02 +05:30
parent c11d4f2aa4
commit 62220212ed
3 changed files with 12 additions and 6 deletions
+6 -1
View File
@@ -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 {