.password-reset-link {
    margin-top: 14px;
    text-align: center;
}

.password-reset-link a {
    color: #ffffff;
    font-weight: bold;          
    text-decoration: underline;
    font-size: 22px;
    opacity: 2;
}

.password-reset-link a:hover {
    opacity: 2;
  font-size: 24px;
    text-decoration-thickness: 3px;
}

