span.mauticform-errormsg {
	color: red;
}
.contact-form .section-field input {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
	margin-top: 15px;
    border-radius: 4px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    clear: both;
    color: #333333;
    border: 1px solid #e1e1e1;
}
.contact-form .section-field.textarea textarea {
    width: 100%;
    float: left;
    color: #b6b6b6;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 15px 0 0 20px;
    resize: none;
}