body{
	overflow-x:hidden;
	position: relative;
    background-color: #ccc;
    font-family: 'CenturyGothic';
    margin: 0;
    padding: 0;
    font-size: 16px;
}
a,a:focus,a:active,a:hover{
	outline:none;
	text-decoration:none;
    color: #000;
}
.section{
	width: 100%;
	position: relative;
	padding: 0;
	background-image: url('../img/main-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.v-logo{
	position: relative;
	left: 50px;
	top: 0;
	width: 84px;
}
.banner-data{
	width: 468px;
	position: absolute;
	height: 269px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.banner-txt{
	margin: 0 auto;
	display: block;
}
.banner-data p{
	font-size: 30px;
	text-align: center;
	margin: 20px auto;
	color: #fff;
}
.form-div, .ty-div{
	margin: 20px auto 0;
}
form .form-control{
	font-family: 'CenturyGothic';
	color: #fff;
	width: 290px;
	background-color: rgba(255,255,255,.58);
	border-radius: 0;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
	border: none;
}
form .notify-btn{
	font-family: 'CenturyGothic';
	color: #fff;
	width: 136px;
	background-color: rgba(255,255,255,.2);
	border-radius: 0;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
	border: none;
	margin-left: 15px;
	cursor: pointer;
}
form .form-control.error{
	background-color: rgba(240, 52, 83, 0.6);
}
.ty-div{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.ty-div .ty-txt{
	text-align: center;
	color: #fff;
	font-size: 24px;
	height: 40px;
}

.footer{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.footer p{
	text-align: center;
	margin: 0;
	color: #fff;
}
.footer a {
    float: right;
    margin: -22px 50px 0 0;
}


@media (max-width:414px){
	.v-logo {
	    left: 30px;
	}
	.banner-data {
	    width: 100%;
	    height: 200px;
	}
	.banner-txt {
	    width: 120px;
	}
	.form-div {
	    padding: 0 20px;
	}
	form .form-control {
	    margin: 0 auto;
	    display: block;
	    width: 90%;
	}
	form .notify-btn {
	    margin: 20px auto 0;
	    display: block;
	}
	.ty-div .ty-txt{
		font-size: 18px;
	}
	.footer {
	    position: absolute;
	    bottom: 10px;
	    width: 90%;
	    margin: auto;
	    left: 0;
	    right: 0;
	}
	/*.footer p {
	    float: left;
	}*/
	.footer a {
	    margin: 0px 0px 0 0;
	}


}
