html, body{
	margin: 0 auto;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

body{
	background: url('../images/background.png') no-repeat 0 0px fixed;
	background-size: cover;
	position: relative;
}
.clearfix{
	clear: both;
}
.logo-wrap{
	width: 51%;
    margin: 190px 0 0 350px;
}
.logo-wrap img{
	width:100%;
}
.form-wrap{
	width: 26%;
    padding: 60px 62px 18px 650px;
}
.logo{
	display: none;
}
#form{
	
}
.form-wrap input{
	margin-bottom: 10px;
	padding: 15px;
	border: 0;
	width:100%;
	display: block;
	box-sizing : border-box;
}
.basic-info input{
	width: 48.5%;
	float: left;
}
.basic-info input:first-child{
	margin-right: 10px;
}
.info{
	font-size: 11px;
}
.email, .submit{
	width: 100%;
}
.btn-submit{
	border-radius: 4px;
	background: #b0927c;
	color: #FFFFFF;
}
.social-wrap{
	text-align: center;
}
.social-wrap img:first-child{
	margin-right: 10px;
}
/**/