/* ==========================================================================
    Global styles for forms.
	Please DO NOT use old styles related to the forms.

    @author pcichosz

    1. Errors.
   ========================================================================== */

/*
 * 1. Errors.
 */

.phq-form__error {}
.phq-form__error label {
	color: #e20e20 !important;
}
.phq-form__error input[type="text"],
.phq-form__error input[type="password"],
.phq-form__error textarea,
.phq-form__error .custom_select {
	border: solid 1px #e20e20;
}