/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#proteccionRegistro .error,
#proteccionLoginForm .error,
#proteccionResetForm .error,
#proteccionContacto .error {
    display: none;
    color: red;
    margin-top: -13px;
    position: relative;
    margin-bottom: 13px;
}

#proteccionRegistro .access label,
#proteccionContacto .access label {
    margin-right: 20px;
}

#proteccionRegistro .access .error,
#proteccionContacto .access .error {
    margin-top: 0;
}

#proteccionLoginForm .reset-password,
#proteccionContacto .reset-password {
    margin-left: 20px;
}
