body {
	 background-color: #ffffff; 
	 background: url(../images/6.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size:  cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
   margin:0px;
}





.wrap {

max-width:85%;
width: 40%;
margin: 2% auto 0 auto;

}


.content {
	margin-top: 2%;
	width:100%;
	height: auto;
	 background: rgba(0, 0, 0, .2);
    padding:2%;
border-top-left-radius:2em;
	border-top-right-radius:2em;
border-bottom-right-radius:2em;
border-bottom-left-radius:2em; 
	border: 1px;
	border-color: #fff000;
	
	
}




.form-des{ 
    color: #ffffff;
	font-size: 2.5em;
	font-size: 2.5vw;
	line-height: 120%;
	margin-top: 10px;
	text-align: center;
	font-weight:bold;
	font-family:Open Sans, Arial, Tahoma;
	text-shadow: 1px 1px 1px #000000;
	}
.form-des span {
color:#fff000;
}

.form-des2{
	color: #ffffff;
	font-size: 1.875em;
	font-size: 2vw;
	line-height: 120%;
	margin-top: 1.3%;
	font-weight:bold;
	text-align: center;
	font-family:Open Sans, Arial, Tahoma;
	text-shadow: 1px 1px 1px #000000;
	}

.form-des2 span {
color:#fff000;
}


.form-des2 a {
color:#fff000;


}





#inputstyle input {
	width: 58%;
	max-height: 100%;
	border-radius: 10px;
	padding: 1.3% 0;
    margin-top:2%;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border: 2px solid #002d5f;
	text-align: center;
	font-size: 1.3em;
		font-size: 1.2vw;
	
}	


.submit {

max-width:288px;
min-width:180px;
width:55%;

}


.foot2 {
	width: 41%;

	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0 auto;
	margin-top: 50px;
	font-family: sans-serif,helvetica,arial;
	color: black;

}

.foot2 a, .foot2 a:visited {
	text-decoration: underline;
	outline: none;
	
}

.foot2 a:hover {
	text-decoration: none;
	outline: none;
	
}




#privacy {
	max-width: 100%;
	text-align: center;
	margin:auto;
}


#privacy p {
	font-size: 1.4em;
	font-size:1.4vw;
	color: #fff;
	text-align:center;
	font-family: sans-serif,helvetica,arial;
}





@media screen and (max-width:610px) {


#inputstyle input {
	font-size: 2em;
		font-size:2vw;
}	

}

@media screen and (max-width:550px) {

.wrap {

width:85%;

}


.content {
margin-top:4%;

}


.form-des {
font-size: 6vw;

}
.form-des2 {
font-size: 4vw;

}
#inputstyle input {
	font-size: 3em;
		font-size: 3vw;
}	

.foot2 {
font-size:2vw;

}

}





@media screen and (max-width:480px) {

.wrap {

width:85%;

}


.content {
margin-top:4%;

}


.form-des {
font-size: 7vw;

}
.form-des2 {
font-size: 5vw;

}
#inputstyle input {
width:90%;
	font-size: 4.6em;
		font-size: 4.6vw;
}	

#privacy p {
font-size:4vw;
}

.foot2 {
font-size:3vw;

}

}
