/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body {
	margin:0;
	padding:0;
	background-color:#d35400;
}
.content {
	width:35%;
	margin-top:1%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.content h1 {
	color:#70D004;
	font-size:35px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.content p {
	font-size:20px;
	color:white;
	font-family: 'Lobster', cursive;
	line-height:25px;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.fileContainer {
    background:#d35400;
    border-radius:50%;
    float: left;
    padding:10px;
	border:2.5px solid white;
	color:white;
	font-size:20px;
	height:50px;
	width:50px;
	margin-top:1%;
	margin-left:42%;
	font-family: 'Lobster', cursive;
}
input[type="text"] {
	padding:10px;
	width:66%;
	background-color:#d35400;
	border:2px solid white;
	color:white;
	margin-top:5%;
	text-align:center;
	border-radius:5px;
	outline:none;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
}
input[type="tel"] {
	padding:10px;
	width:66%;
	background-color:#d35400;
	border:2px solid white;
	color:white;
	margin-top:5%;
	text-align:center;
	border-radius:5px;
	outline:none;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
}
input[type="email"] {
	padding:10px;
	width:66%;
	background-color:#d35400;
	border:2px solid white;
	color:white;
	margin-top:5%;
	text-align:center;
	outline:none;
	font-size:20px;
	border-radius:5px;
	font-family: 'Oswald', sans-serif;
}
input[type="password"] {
	padding:10px;
	width:66%;
	background-color:#d35400;
	border:2px solid white;
	color:white;
	margin-top:5%;
	text-align:center;
	border-radius:5px;
	outline:none;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
}
input[type="submit"] {
	padding:10px;
	background-color:#70D004;
	width:72%;
	border:none;
	cursor:pointer;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	margin-top:5%;
	border-radius:5px;
	font-family: 'Oswald', sans-serif;
	outline:none;
}
input[type="submit"]:hover {
	background-color:#234002;
	color:white;
	transition:all 0.5s ease-in-out;
}
a, a:active {
	color:white;
	text-decoration:none;
}
a:hover {
	color:#234002;
	text-decoration:none;
	transition:all 0.5s ease-in-out;
}
.footer {
	margin-top:3%;
	text-align:center;
}
.footer p {
	color:white;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	line-height:25px;
}

/*-- responsive-mediaquries --*/
@media(max-width:1920px){
	.content {
	margin-top:6%;
}
	.fileContainer {
	margin-left:43%;
}
}

@media(max-width:1366px){
	.content{
	margin-top:1%;
}
	.fileContainer {
	margin-left:42%;
}
}

@media(max-width:1080px){
	.content {
	width:40%;
}
}

@media(max-width:1024px){
	.fileContainer {
	margin-left:42%;
}
	.content {
	width:45%;
}
}

@media(max-width:800px){
	.content {
	width:55%;
}
}

@media(max-width:768px){
	.content {
	width:65%;
	margin-top:10%;
}
	.content p {
	margin-top:2%;
}
	.fileContainer {
	margin-top:2%;
}
	.footer {
	margin-top:10%;
}
}

@media(max-width:736px){
	.content{
	width:85%;
	margin-top:1%;
}
	.content p {
	margin-top:1%;
}
	.fileContainer {
	margin-left:44%;
}	
	input[type="text"] {
	margin-top:3%;
	width:70%;
}
	input[type="tel"] {
	margin-top:3%;
	width:70%;
}
	input[type="email"] {
	margin-top:3%;
	width:70%;	
}
	input[type="password"] {
	margin-top:3%;
	width:70%;	
}
}

@media(max-width:667px){
	.content {
	width:90%;
	margin-top:1%;
}
	.content p {
	margin-top:-2%;
}
	.fileContainer {
	margin-top:-2%;
	margin-left:43%;
}
	input[type="text"] {
	margin-top:3%;
	width:70%;
}
	input[type="tel"] {
	margin-top:3%;
	width:70%;
}
	input[type="email"] {
	margin-top:3%;
	width:70%;	
}
	input[type="password"] {
	margin-top:3%;
	width:70%;	
}
}

@media(max-width:568px){
	.content {
	width:90%;
	margin-top:-2%;
}
	.content p {
	margin-top:-4%;
	font-size:17px;
}
	input[type="text"] {
	margin-top:3%;
}
	input[type="tel"] {
	margin-top:3%;
}
	input[type="email"] {
	margin-top:3%;
}
	input[type="password"] {
	margin-top:3%;
}
	.fileContainer {
	margin-top:-2%;
}
}

@media(max-width:414px){
	.content {
	width:90%;
}
	.content h1 {
	font-size:33px;
}
	.content p {
	margin-top:1%;
}
	.fileContainer {
	margin-top:1%;
	margin-left:40%;
}
	input[type="text"] {
	margin-top:4%;
}
	input[type="tel"] {
	margin-top:4%;
}
	input[type="email"] {
	margin-top:4%;
}
	input[type="password"] {
	margin-top:4%;
}
.footer {
	margin-top:8%;
}
}

@media(max-width:384px){
	.content h1 {
	font-size:31px;
}
	.fileContainer {
	margin-top:1%;
}
	input[type="text"] {
	font-size:18px;
	width:75%;
}
	input[type="tel"] {
	width:75%;
	font-size:18px;
}
	input[type="email"] {
	width:75%;
	font-size:18px;
}
	input[type="password"] {
	width:75%;
	font-size:18px;
}
	.footer p {
	font-size:15px;
}
}

@media(max-width:375px){
	.content {
	margin-top:1%;
}
	.content h1 {
	font-size:30px;
}
	.fileContainer {
	margin-left:39%;
}
	input[type="text"] {
	font-size:18px;
	width:75%;
}
	input[type="tel"] {
	width:75%;
	font-size:18px;
}
	input[type="email"] {
	width:75%;
	font-size:18px;
}
	input[type="password"] {
	width:75%;
	font-size:18px;
}
	.footer p {
	font-size:15px;
}
}

@media(max-width:320px){
	.content {
	width:85%;
	margin-top:1%;
}
	.content h1 {
	font-size:24px;
}
	.content p {
	margin-top:1%;
	font-size:15px;
}
	.fileContainer {
	margin-top:1%;
	margin-left:35%;
	font-size:17px;
}
	input[type="text"] {
	font-size:15px;
	width:80%;
}
	input[type="tel"] {
	font-size:15px;
	width:80%;
}
	input[type="email"] {
	font-size:15px;
	width:80%;
}
	input[type="password"] {
	font-size:15px;
	width:80%;
}
	input[type="submit"] {
	font-size:16px;
}
	.footer p {
	font-size:13px;
}
}