Modifed Forgot Password Page

This commit is contained in:
Kelvin Samuel 2021-09-16 13:06:25 +07:00
parent 5a5064bd2b
commit a44e4d08c8
2 changed files with 16 additions and 16 deletions

View file

@ -33,11 +33,11 @@
margin-bottom: 4%;
}
.btn-register {
.btn-forgot {
width: 100%;
}
.hoverlogin-1 a {
.hoverforgot-1 a {
color: white;
background-color: transparent;
position: center;
@ -45,7 +45,7 @@
text-align: center;
}
.hoverlogin-1 a:hover {
.hoverforgot-1 a:hover {
background-color: transparent;
color: white;
text-decoration: underline;
@ -207,9 +207,9 @@
<input type="email" id="exampleDropdownFormEmail1"
class="form-control input-sm text-center" placeholder="Email address">
</div>
<button type="submit" class="btn btn-register btn-primary">Reset Password</button>
<button type="submit" class="btn btn-forgot btn-primary">Reset Password</button>
<div class="hoverlogin-1 text-center">
<div class="hoverforgot-1 text-center">
<a href="register.html">Or Return to Login</a>
</div>
</div>

View file

@ -33,7 +33,7 @@
margin-bottom: 4%;
}
.btn-register {
.btn-login {
width: 100%;
}
@ -157,18 +157,18 @@
}
@media screen and (max-width: 500px){
.form{
width: 95%;
}
.form{
width: 95%;
}
.form .user-input{
width: 100%
}
.form .user-input{
width: 100%
}
.form .btn{
width: 100%;
.form .btn{
width: 100%;
}
}
}
</style>
</head>
@ -211,7 +211,7 @@
<label class="remember-me text-left"><input type="checkbox" name="">Remember me</label>
<a href="forgot-password.html" style="margin-left: 14%; font-size: 10pt;">Forgot your password?</a>
</div>
<button type="submit" class="btn btn-register btn-primary">Login</button>
<button type="submit" class="btn btn-login btn-primary">Login</button>
<div class="hoverlogin-1 text-center">
<a href="register.html">Not Have Account? Sign up</a>