login page changes
This commit is contained in:
+15
-5
@@ -27,6 +27,10 @@ body {
|
||||
color: #3d3d3d;
|
||||
}
|
||||
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.biz-login-wrap {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -63,6 +67,10 @@ body {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-group input.error {
|
||||
border-color: #d93025;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-group label {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
@@ -151,6 +159,7 @@ body {
|
||||
border-radius: 4px;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.biz-login-wrap a {
|
||||
@@ -188,6 +197,11 @@ body {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap .err-msg {
|
||||
color: #d93025;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.biz-login-wrap h4 {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
@@ -244,7 +258,7 @@ body {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
.biz-login-wrap h2 {
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
@@ -256,10 +270,6 @@ h2 {
|
||||
margin: 20px 0px;
|
||||
}
|
||||
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.conformPassword {
|
||||
margin-top: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user