.w-40em {
	width: 40em;
}
.has-error .form-control {
   	background-color: #feefef !important;
   	border-color: #f48989 !important;
}
.has-error .form-validator-stack {
	color: #da1414;
   	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 0.25rem;
	word-wrap: break-word;
}