.error input[type="text"], input.error[type="text"], .error input[type="password"], input.error[type="password"], .error input[type="email"], input.error[type="email"], .error input[type="number"], input.error[type="number"], .error textarea, textarea.error, .error select, select.error {
    border: 1px solid #f44844;
}

.row.error .input label.error {
    float: none;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1rem;
    color: #333;
}

.row.error {
	background-color: #FFEBEB;
    padding:20px 0px;
}

.error_container {
    display: none;
    /* background: #fabfbf; */
    border-radius: 3px;
    color: #4d4d4d;
    /* margin: 5px 0; */
    padding: 10px 10px 10px 26px;
    background-image: url('../images/alert.png');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0 7px;
}

    .error_container .arrow {
        /*background: url("../images/bg_error_arrow.png") no-repeat scroll right 0px center transparent;*/
        float: right;
        height: 6px;
        margin-top: -16px;
        width: 8px;
        margin-right: 8px;
        position: relative;
    }

        .error_container .arrow.arrow_radio,
        .error_container .arrow.arrow_checkbox {
            float: left;
            position: absolute;
        }

    .error_container .arrow_select {
        margin-right: 21px;
    }

    .error_container .arrow_checkbox {
        position: absolute;
    }

    .error_container .arrow_left {
        position: absolute;
    }

.general_error {
    border: 1px solid #e0cdc8;
    background: url(../images/error_icon.png) #fabfbf no-repeat 20px 10px;
    margin-bottom: 15px;
    display: none;
    padding: 15px 15px 15px 60px;
}

    .general_error.small {
        margin-top: 12px;
        background: url(../images/bg_error_invalid.png) #f8e4e3 no-repeat 20px 16px;
    }

@media only screen and (max-width: 768px) {
    .general_error {
        width: auto;
    }
}

.row.required.error {
    background-color: #FFEBEB;
}