
body {
	font-family: 'Quicksand', sans-serif;
}

.detail-label {
	color: var(--blue);
	font-size: 14px;
	font-weight: bold;
}

.main-content, #form {
	background-color:#fff !important;
}
.vets-account header {
	border-bottom: 1px solid #eee;
}
.page-header {
	border-bottom:0 none;
	margin-bottom:0px !important;
}
.page-header h1 {
	font-family: 'Quicksand', Sans Serif;
}

h4.error {    
	text-align:center;
  font-size: 18px;
  color: #0971ce;
  font-family: 'Quicksand', Sans Serif;
 
}
 p.info {
	margin-bottom:0px !important;
 }
 
.footer {
	background: var(--blue);
}
.footer .container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.footer-copyright {
	float: left;
	text-align:left;
	margin: 0px;
	padding: 22px 0px;
	width: 100%;
	clear: both;
	color: #fff;
	font-size: 14px;
}
.footer-copyright a {
	color:#fff;
}

@media (max-width:1199px) {
	.vets-account .main-container .container,
	.vets-account header .container,
	.footer .container {
		margin-bottom: 0;
		border-left: 0 none;
		border-bottom: 0 none;
		width:100%;
		margin: 0 auto;
	}
}
@media (max-width:900px) {
	
}
@media (max-width:768px) {
	.footer-copyright {
		text-align: center !important;
	}
	.footer-copyright .container > div {
	 	display:inline-block;
		float:none !important;
		width:100%;
	}
}
@media (max-width:600px) {

}
