﻿.form_wrapper {
    background: #fbfbfb;
    max-width: 570px;
	width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    z-index: 1;
}
li.formulate-input-error {
    font-weight: bold !important;
    font-size: .9em !important;
    /* border: thin solid red; */
    background-color: #ff000091;
    color: white !important;
    width: 60%;
    border-radius: 4px;
    padding-left: 5px;
}