.recover-form
{
    display:none;
}

.switch-to
{
    cursor:pointer;
}
.switch-to:hover
{
    text-decoration:underline;
}

.failed
{
    background-color:peachpuff;
    padding:15px;
    display:none;
}

.success
{
    background-color:greenyellow;
    padding:15px;
    display:none;
}