body {
	background: #f6f6f6 url(../../images/spotahome/banner.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

.reg_wrapper {
	width: 100%;
	padding-top: 34%;
	float: left;
}

.reg_header {
	width: 100%;
	height: 100px;
	margin-top: 26%;
	float: left;
}

.reg_body {
	width: 100%;
	float: left;
}

.reg_body1 {
	width: 30%;
	background-color: #FFFFFF;
	padding: 3% 5% 0 5%;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 0px;
	float: left;
}

.reg_body2 {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-align: left;
	margin-bottom: 40px;
	float: left;
}

.reg_body3 {
	width: 100%;
	font-size: 16px; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	text-align: left;
	margin-bottom: 12px;
	float: left;
}

.reg_body4 {
	width: 100%;
	font-size: 10px; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	text-align: left;
	color: #656565;
	margin-bottom: 50px;
	float: left;
}

.reg_body5 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	float: left;
}

.reg_footer {
	width: 100%;
	background-color: #f6f6f6;
	font-size: 14px; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}

.reg_footer1 {
	width: 90%;
	background-color: #f6f6f6;
	font-size: 10px; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	text-align: left;
	border-top: 1px solid;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 5%;
	margin-bottom: 50px;
	float: left;
}

.divClear {
    clear:both;
}