#logo {
  height: 5rem;
  width: 5rem;
  align-self: center;
}

.wallpaper {
  background-image: url('/img/Esboco fundo business lapis.jpg');
  background-size: cover;
}

.divFullSize{
  height: 100vh;
  width: 100vw;
}

.autenticacao-container {
    width: 25rem;
    padding: 0.7rem;
    /* background-color: #4a8bc2; */
    background-color: #0B245B;
    box-shadow: 1px 1px 5px 2px rgba(50, 50, 50, 0.77);
}

form#formLogin {
  display: flex;
  flex-direction: column;
}

.eyeOpen {
  background-color: #0B245B !important;
}

.eyeClose {
  background-color: rgba(185, 182, 182, 0.575) !important;
}

.eyeClose:hover {
  background-color: rgba(97, 94, 94, 0.575) !important;
}

.eyeButton {
  color: #0088ff;
}

#eyeButton {
  color: #0088ff;
}

.button-group {
  display: flex;
  height: 2rem;
}

#clear-button,
#login-button {
  margin-right: 0.5rem;
  font-size: 1rem;
  text-align: center;
  align-self: center;
  width: auto;
}

.texto-top {
  text-align: center;
  color: white;
  font-size: 1rem;
  border-radius: 5px;
}