@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/signupBg_1400.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	height: 884px;
	text-align: center;
	
  }
  
#theForm{
	  width: 375px;
	  padding-left: 25%;
	  padding-top: 5%;
	  text-align: left;
  }
  
.bigBlack{
	  font-size: 17px;
	  font-weight: bold;
  }
  
  
  
  
/*  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 700 PIXELS */
@media only screen and (max-width: 700px) {
	
	 #signUp{
	 background-image:url(images/signupBg_700.jpg);
	 height: 1300px;
     }
	 
	 #theForm{
	  width: 337px;
	  padding-left: 5%;
	  padding-top: 45%;
	  text-align: left;
  }
  
}



/*  STYLES for widths less than 500 PIXELS */
@media only screen and (max-width: 500px) {
	
	 #signUp{
	 background-image:url(images/signupBg_500.jpg);
	 height: 1029px;
     }
	 
	 #theForm{
	  width: 327px;
	  padding-left: 2%;
	  padding-top: 45%;
	  text-align: left;
  }
  
}