html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.register {
	background-color: #ffffff;
}

#here {
	color: #ff9600;
}

.card {
	height: 600px;
	box-shadow: 0px 1px 15px 1px #2727275c;
}

.headTitle{
	color: #fff;
	font-weight: 700;
}

.card-body {
	height: 340px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#country {
	height: 35px;
	width: 100%;
	background: white;
	border-radius: 20px;
	padding-left: 10px;
	color: grey;
}

.card label {
	color: #00466f;
}

.hdr {
	padding: 30px 20px 0!important;
	background: #00466f!important;
	border-bottom: 2px solid #e72222!important;
}

.hdr > p {
	color: white;
}

.bdy {
	padding: 15px 30px 10px!important;
}

.bdy > div {
	margin-top: 15px;
}

.ftr {
	margin-top: 30px;
	text-align: center;
}

#nextStep {
	background: #00466f;
}