/*input.valid {
    background: url(../img/icon-ok.png) no-repeat right center #e3ffe5;
    color: #002f00;
    border-color: #96b796 !important;
}*/

input.error {
    /*background: url(../img/icon-fail.png) no-repeat right center #ffebef;
    color: #480000;*/
}

input.error, textarea.error, .select-inp .ik_select_link.error {
    border-width: 2px !important;
}

.select-inp .ik_select_link.error {
    border-color: red;
}

.form-error {
    display: block !important;
    color: red !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    line-height: 140% !important;
}

.error-margin .form-error {
    margin-left: 191px !important;
}

@media only screen and (max-width: 669px) {
    .error-margin .form-error {
        margin-left: 11px !important;
    }
}

.form-error.help-block {
	font-size: 14px;
}
