

.reset-pw-button:hover, .reset-pw-button:focus {
    background: black;
    transition: all 1s ease;
}

.reset-pw-button {
    transition: all 1s ease;
}

.back-to-login-button {
    text-decoration: none;
    font-family: Titillium;
    font-weight: 400;
    font-size: 13;
    font-style: normal;
}

.back-to-login-button:hover {
    text-decoration: underline;
    color: #008D9A;
}

.pw-egigence {
    font-family: Titillium;
    font-weight: 300;
    font-size: 12;
    font-style: normal;
    color: #878787;
}