
html{    
  background-size: cover;
  height:100%;
  background-attachment: fixed;

}
body
{
	font-family: 'Cooper Black', Arial, Helvetica, sans-serif;
}

#mainForm{
  height: 100%;
	width:100%;
	float:left;
	padding-top:0px;
}

@media  only screen and (max-width: 580px) {
  #form-div{
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

#secondForm {
	background-color:rgba(255,255,255,0.8);
	padding: 18px;
	width: 500px;
	float: center;
	left: 40%;
	position: relative;
  margin-top:170px;
	margin-left: -170px;
  border-radius: 27px; 
  font-size: 22px;
  text-align: center;
  color: Black;
}

img{
  height: 100px;

}

a:link {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #0070c0;
    background-color: transparent;
    text-decoration: underline;
}

