body{
    background: url(../img/fundo5.jpg);
	background-color: #757575;
	background-size: cover;	
   
}



.login{

  width: 360px;

  margin: auto;

  padding: 8% 0 0;

}



.form {
		padding-bottom: 50px;
	}





.form input {

  font-family: "Verdana", sans-serif;

  outline: 0;

  background: #f2f2f2;

  width: 90%;

  border: 0;

  margin: 0 0 15px;

  padding: 8px;

  box-sizing: border-box;

  font-size: 14px;

  border-radius: 5px;
}





.form button {

  font-family: "Verdana", sans-serif;

  text-transform: uppercase;

  outline: 0;

  background: #289ac7;

  width: 90%;

  border: 0;

  padding: 15px;

  color: #FFFFFF;

  font-size: 14px;

  -webkit-transition: all 0.3 ease;

  transition: all 0.3 ease;

  cursor: pointer;

 border-radius: 5px;
}





.form button:hover,.form button:active,.form button:focus {

  background: #105c7a;

}



.imagem{

	margin-bottom:15px;

	width:350px;

}