Skip to content

Commit

Permalink
add-forgot-password
Browse files Browse the repository at this point in the history
  • Loading branch information
saras-69 committed Oct 27, 2024
1 parent 556b870 commit 682e0df
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 377 deletions.
60 changes: 33 additions & 27 deletions loginPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ form.sign-in-form {
.btn:hover {
background-color: #4d84e2;
}

.panels-container {
position: absolute;
height: 100%;
Expand Down Expand Up @@ -267,6 +268,7 @@ form.sign-in-form {
min-height: 800px;
height: 100vh;
}

.signin-signup {
width: 100%;
top: 95%;
Expand Down Expand Up @@ -373,9 +375,11 @@ form.sign-in-form {
.image {
display: none;
}

.panel .content {
padding: 0.5rem 1rem;
}

.container {
padding: 1.5rem;
}
Expand All @@ -390,30 +394,32 @@ form.sign-in-form {
left: 50%;
}
}

.homeBtn {
position: absolute;
top: 20px;
left: 20px;
background: #ffffff;
color: #000000;
padding: 10px;
border-radius: 10px;
cursor: pointer;
transition: 0.3s;
text-decoration: none;
position: absolute;
top: 20px;
left: 20px;
background: #ffffff;
color: #000000;
padding: 10px;
border-radius: 10px;
cursor: pointer;
transition: 0.3s;
text-decoration: none;
}

.homeBtn:hover {
background: #232323;
background: #232323;
}

.homeBtn:hover i {
color: white;
color: white;
}

.homeBtn:active {
background: #191919;
background: #191919;
}

.circle {
height: 35px;
width: 35px;
Expand All @@ -428,17 +434,17 @@ form.sign-in-form {


.forgot-password {
text-align: right;
margin: 10px 0;
}
.forgot-password a {
color: black;
text-decoration: underline;
transition: color 0.3s;
}
.forgot-password a:hover {
color: blue;
}
text-align: right;
margin: 10px 0;
}

.forgot-password a {
color: black;
text-decoration: underline;
transition: color 0.3s;

}

.forgot-password a:hover {
color: blue;
}
Loading

0 comments on commit 682e0df

Please sign in to comment.