/*registration*/
.wrap1{
	background: url(../imgs/registration.jpg) no-repeat center;
	background-size: cover;
}
.wrap1 h2{
	text-align: center;
	color: #fff;
	font-size: 34px;
	letter-spacing: 2px;
}
.form{
	width: 780px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
    .wrap1 {
		background: url(../imgs/registration-m.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap1 h2{
		font-size: 26px;
	}
	.form{
		width: 100%;
	}
}