/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
.xxxam-body-content {
	padding-top: 120px;
}
.am-layout {
	min-height: 20%!important;
}

.am-form fieldset legend {
	background-color: #3cc8d9!important;
	background-image: none!important;
	text-shadow: none!important;
	color: #4e4e4e!important;
}

.am-form .error {
	background-color: #f9b1d1!important;
}