.esqueci_senha {
  cursor: pointer;
}
.esqueci_senha :hover {
  color: #469953;
  transition: 0.3s;
}

.logo img {
  width: 15rem;
}

.btn_acessar {
  background-color: #469953;
  padding: 0.5rem;
  color: white;
  border-radius: 4px;
}
/* ------------------------------------------------------------------- */
.content {
  height: 100vh;
}

body {
  height: 100vh;
  padding-left: 5rem;
  background-image: url(../images/image_login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
