body{
	background:#f5f5f5;
}

.top-border{
	background:rgba(97, 95, 95, 1);
	padding:3px;
	text-align:center;
	color:white;
}

.center-bg{
	background:rgba(97, 95, 95, 0.7);
	height:400px;
}

.center-bg img{
	width:150px;
}

.center-bg span{
	margin-left:250px;
	color:white;
}

.center-bg h2{
	text-align:center;
	font-weight:bold;
	color:white;
	font-size:28px;
}

.form-main-block{
	width:375px;
	background:white;
	padding:40px 20px;
	line-height:50px;
	border-radius:5px;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.2);
	
}

input{
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.form-control{
	background-color: transparent;
    border: none;
	outline:none;
    border-bottom: 1px solid #9e9e9e;
	box-shadow:none;
	font-size:15px;
	padding:0px;
}

.form-block{
	padding-left:33.5%;
}

.submit{
	width:100%;
	background:#0075a8;
	border-radius:50px;
	color:white;
	font-weight:bold;
}

.form-main-block a{
	color:#0075a8;
	margin-top:5px;
}

.form-main-block .link-2{
	color:#0075a8;
	float:right;
	margin-top:5px;
}

.form-text{
	width:375px;
}

.form-text h3{
	color:#f16323;
}

.bottom-bg{
	background:rgba(97, 95, 95, 1);
	position:fixed;
	bottom:0px;
	width:100%;
	color:white;
	padding:3px;
}

.bottom-bg a{
	color:white;
	padding:0px 10px;
}

.bottom-bg i{
	float:right;
}