#rb-registration-form,
#rb-password-setup-form {
    /* max-width: 500px; */
    margin: 0 auto;
    background: #ffffff;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
}

#password-strength {
    font-weight: bold;
}

.text-danger {
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
}

#password-strength,
#password-match {
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

#rb-registration-form input[type="submit"],
#rb-password-setup-form input[type="submit"] {
    background-color: #ed1c25;
    border-color: #ed1c25;
    color: #fff;
}

#rb-registration-form input[type="submit"]:hover,
#rb-password-setup-form input[type="submit"]:hover {
    background-color: #c9151d;
    border-color: #c9151d;
}