*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #fff;
}

.details_div{
	border: 3px solid #1230AE;
	border-radius: 10px;
	font-weight: bold;
}
.textColor{
	color: #1230AE;
}

.has-error{
	border: 1px solid #ff0000;
}

.body-image{
	background-image: url('../images/Learn-Booker-Designs-2.jpg');
	background-position: center;
	background-repeat: no-repeat;
    border-radius: 10px;
}
