.form-recover {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 200px auto auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.form-recover .form-group
{
    margin-bottom: 0;
}

.recover-password {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.recover-confirm {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.recover-email {
    margin-bottom: 20px;
}
