
body {
	background-image: url("https://lh6.googleusercontent.com/-5vG8ole8nAI/UYFKqb0Y7YI/AAAAAAAABiA/YQzKopOzN1g/w1600-h900/default_cover_1_c07bbaef481e775be41b71cecbb5cd60.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#body{
	    width: 100%;
}
.register{
	margin:auto;
	margin-top:20px;
	width:100%;
	max-width:850px;
    overflow: hidden;
    background-color: #fff;
    text-align: -webkit-left;
    color: #7D7777;
    text-align: center;
}
p{ color: #7D7777; text-decoration: none;}

.link{
	text-align: center;
	padding:2%;
	margin:3%;
}

.link:hover{background: #D8D7D7;color: #fff;}

#content { position:relative; max-width:1200px; margin:auto;    text-align: center;
	min-height:0; padding: 0 20px;}
	
form{    
	padding: 3%;
    padding-top: 20px;
}

 .field {
	color: #fff; 
}

.field input{padding: 5% 5%; border-radius:0px;}
    
.logo{
    padding: 5%;
   }

.logo strong {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}
	
label{color:#7D7777; font-size:20px;}

#content div.button { margin:20px 0; }