@charset "UTF-8";
/* CSS Document */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video { display: block;
}



body{
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:13px;
	line-height: 1.5;
}


img{
    max-width: 100%;
  }
  
#signUp{
	width: 100%;
	margin: auto;
	background-image:url(images/bg_1400.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	height: 852px;
	text-align: center;
	
  }
  
 
#theForm{
	  width: 32%;
	  padding-left: 65%;
	  padding-top: 12%;
	  text-align: center;
  }
  
.big{
	  font-size: 19px;
	  font-weight: normal;
	  color: #3dff40;
	  text-align:center;
  }
  
.thanks{
	  font-size: 13px;
	  font-weight: normal;
	  color: #3dff40;
	  text-align:center;
  }
    
  
/*  STYLES for widths bigger than 1400 PIXELS */
@media only screen and (min-width: 1400px) {
	
	 #signUp{
	width: 1400px;
	margin: auto;
	text-align: center;
  }
  
}

 



/*  STYLES for widths less than 745 PIXELS */
@media only screen and (max-width: 745px) {
	
	 #signUp{
	 background-image:url(images/bg_745.jpg);
	 height: 1300px;
     }
	 
	 #theForm{
	  width: 360px;
	  padding-left: 5%;
	  padding-right: 5%;
	  padding-top: 50%;
	  margin: auto;
	  text-align: center;
  }
  
}