/*Remember Me Button Styles */
.btn-outline-primary {
color: #fff !important;
}
.btn-outline-primary:hover {
color: blue !important;
}
.btn-check:checked+.btn {
background-color: #0d6efd7a !important;
color: #fff !important;
}
