forgot-password.html - Changed Button

This commit is contained in:
Matthew Patrick 2021-09-24 13:58:02 +07:00
parent c37db5c3a1
commit c662df582a

View file

@ -172,6 +172,18 @@
width: 100%;
}
}
.btn-resetpassword {
width: 100%;
background-color: darkred;
border-color: darkred;
border-radius: 100px;
}
.btn-resetpassword:hover {
background-color: red;
border-color: red;
}
</style>
</head>
@ -186,7 +198,6 @@
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"></div>
</nav>
<br>
<div class="container">
<div class="row">
@ -208,7 +219,7 @@
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
placeholder="Email address" type="email">
</div>
<a href="otp.html"><input class="btn btn-login btn-primary" style="width: 100%;" type="button"
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;" type="button"
value="Reset Password"></a>
<br><br>
<div class="hoverforgot-1 text-center">