html {
  position: relative;
  min-height: 100%;
}

body {
	height: 100%;
  margin-bottom: 60px;
	margin-top: 60px;
	color:white;
	background-color:black;
	background-image:url(/images/jaguar.jpg);
  background-size: cover;
	/*background-size: contain;*/
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
#email2 { 							/* special robot*/
    display: none;
}

/*#auth {
  margin-top: 120px;
  margin-left: auto;
  margin-right: 55%;
	max-width: 300px;
}*/
#auth {
  margin-top: 10%;
	padding-left: 10%;
}

footer {
  position: absolute;
  bottom: 0px;
	/*margin-top: 15px;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 40px;*/
  /*background-color: #f5f5f5;*/
}

@media (max-width:768px){ .footer{position:absolute;width:100%;} }
@media (min-width:768px){ .footer{position:absolute;bottom:0;height:40px;width:100%;}}