-
OR
+
-
+
Don't have an account?{' '}
- Sign Up
+ Sign Up
diff --git a/src/pages/SignIn/style.css b/src/pages/SignIn/style.css
index 77d6638..76710dc 100644
--- a/src/pages/SignIn/style.css
+++ b/src/pages/SignIn/style.css
@@ -5,8 +5,55 @@
.loginWrapper {
padding: 75px 0px;
background: #f1f1f1;
+ background: url('../../assets/images/bg.webp') !important;
height: auto;
}
+.sign_in_but{
+ background-color: #0b830b !important;
+ transition: 0.3s all ease-in-out !important;
+}
+.sign_in_but:hover{
+ background-color: #016201 !important;
+}
+.or_contain{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px !important;
+ margin-top: 10px;
+}
+.signin_head{
+ color: #016201 !important;
+}
+.or_contain p{
+ font-size: 24px !important;
+}
+.forgot_pass{
+ font-size: 24px !important;
+ color: #016201 !important;
+ font-weight: 400;
+ transition: 0.3s all ease-in-out;
+}
+.forgot_pass:hover{
+text-decoration: underline;
+
+}
+.send_otp{
+ color: #007bff !important;
+ font-size: 24px !important;
+ font-weight: 600;
+ transition: 0.3s all ease-in-out;
+ padding-bottom: 0px !important;
+}
+.send_otp:hover{
+ text-decoration: underline;
+
+}
+
+.back_icon :hover{
+ color: white !important;
+ background-color: transparent !important;
+}
.btn :hover{
color: white ;
}
@@ -86,6 +133,9 @@ form{
margin-right: 15px;
}
+.signin_link{
+ font-weight: 600 !important;
+}
.loginWrapper{
height: 1000px;
}
diff --git a/src/pages/SignUp/index.js b/src/pages/SignUp/index.js
index 304eae0..4383ae9 100644
--- a/src/pages/SignUp/index.js
+++ b/src/pages/SignUp/index.js
@@ -327,7 +327,7 @@ const SignUp = () => {
-
SignUp
+
SignUp