body {
	box-sizing: border-box;
	color:#6B6B6B;
	font-size: 18px;
	line-height: 24px;
	margin:20px;
	font-weight: 400;
	font-family: 'Cairo', sans-serif;
}
h1 {
	box-sizing: border-box;
	color: #0178c4 !important;
	font-size: 36px;
	font-weight: 500;
	line-height: 63.3667px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	padding-bottom:0;
	font-family: 'Oswald', sans-serif;
}
h2 {
	color: #0178c4 !important;
	text-align: left;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
input, select {
	border:1px solid rgb(135, 181, 213);
	font-size: 18px;
	line-height: 18px;
	padding:5px;
	border:1px solid #666 !important;
	color:#FFF;
	background: #0178c4;
	box-sizing:border-box;
	font-family: 'Cairo', sans-serif !important;
	width:90%;
}
input, textarea {
	padding:5px;
}
textarea {
	height: 120px;
}
.formrow {
	float:left;
	width:40%;
	min-width: 350px;
}
.label {
	color:#000 !important;
}
.reg-container {
	max-width:1024px;
	margin:auto;
	padding:10px;
	text-align:left;
}
.evcal_btn {
	color: #ffffff;
	background: #0179c4;
	font-family: Cairo;
	font-weight: bold;
	display: inline-block;
	padding: 8px 18px !important;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 20px;
	border: none;
	cursor: pointer;
}
.evcal_btn a:link, .evcal_btn a:active, .evcal_btn a:visited, .evcal_btn a:hover {
	color: #ffffff;
	text-decoration:none;
}
.evcal_btn:hover {
	color: #ffffff;
	background-color:#038fe6;
}
