
div.recovery {
    font-size: smaller;
    text-align: center;
    margin-top: 20px;
}

div.recovery a {
    text-decoration: none;
    color: #00acff;
}

div.recovery a:hover {
    text-decoration: underline;
}

div.recovery a:visited {
    color: #00acff;
}

a.account-link {
    cursor: pointer;
}

a.account-link:hover {
    text-decoration: underline;
}

