*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #51847F;
}
.details_div{
	background-color: #51847F !important;
	border-radius: 10px;
	font-weight: bold;
}
.details_div h1{
	font-weight: bold;
}
.has-error{
	border: 1px solid #ff0000;
}