/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
*/

/* Forms
***************************************************************/
.dynamic-form input[type='text'],
.dynamic-form input.text,
.dynamic-form textarea.text {
    width: 99%;
    line-height: 1.5em;
    margin-bottom: 0.8em;
}

/* Validation
***************************************************************/
.input-validation-error, input.text.input-validation-error {
     border:1px solid #990808;
}

.field-validation-error {
     color: #990808;
}

/* Elements
***************************************************************/
.form-field-element {
    margin: 0.8em 0 0 0;
}
