body{
  background: linear-gradient(to right, rgb(20, 147, 220), rgb(17, 54, 71));
  
}


.login{
  width: 360px;
  margin: auto;
  padding: 8% 0 0;
}

.form{
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 20px 45px 45px 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 5px;

}

.form input{
  font-family: "Verdana", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing:  border-box;
  font-size: 14px;
  border-radius: 5px;

}


.form button{
  font-family: "Verdana", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: dodgerblue;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.8 ease;
  transition: all 0.8 ease;
  cursor: pointer;
  border-radius: 5px;
}
.form button :hover , .form button:active, .form button:focus{
  background: rgb(20, 95, 171);

}

.imagem{
  margin-bottom: 25px;
  width: 150px;
}


.recuperar a{
  margin-top:25px;
  font-size:13px;
  text-align:center;
  text-decoration: none;
}