.invesForm_formContainer, #form_container {
	font-size: inherit;
}

.invesForm_elementError {
	color: #721c24;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    background-color: #f8d7da;
	padding: 2px 10px;
	border: 1px solid #f5c6cb;
    border-radius: .25rem;	
}