forgot-password.html - Changed Input Boxes to have a dark background and white text

This commit is contained in:
Matthew Patrick 2021-09-26 17:10:08 +07:00
parent 1c88fdb956
commit ef9f548d99

View file

@ -21,6 +21,21 @@
background-color: #1b1c1e;
}
.form-control {
background-color: #212226;
color: white;
}
.form-control:valid {
background-color: #212226;
color: white;
}
.form-control:invalid {
background-color: #2f0001;
color: white;
}
.nav-color {
background-color: #212226;
}
@ -220,7 +235,8 @@
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
placeholder="Email address" type="email">
</div>
<a href="otp.html"><input class="btn btn-resetpassword 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">