.bg-login-image {
  height: 100vh;
  background-image: url('/img/background-login.webp');
  background-size: cover;
  background-position: top;
  padding: 0 38.5vw;
}

.logo-restrito {
  height: 25vh;
  margin-top: 2vw;
}

.container-senha {
  display: flex;
}

.container-olho-senha {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 8px 8px 0px;
  background-color: #FFFFFF;
  padding-right: 15px;
}

#olho,
#olho-confirmar,
#nova-senha-olho,
#nova-senha-olho-confirmar
{
  width: 25px;
}

.input-restrito {
  height: 6vh;
  border: none;
  border-radius: 5px;
}

.input-restrito:focus {
  outline: none;
  border: none;
}

.input-senha-restrito {
  width: 100%;
  border-radius: 5px 0px 0px 5px;
  padding-left: 20px;
}

.esqueceu-senha>p {
  color: #FFFFFF;
}

.esqueceu-senha:hover {
  text-decoration: none;
  color: var(--vermelho);
}

#button-login,
#button-senha,
#button-continuar {
  width: 100%;
  height: 6vh;
  border: none;
  border-radius: 5px;
  background-color: var(--vermelho);
  color: #FFFFFF;
}

#button-senha {
  margin-top: 5px;
}

.titulo-restrito {
  font-weight: bold;
  color: #FFFFFF;
  margin: 50px 0 10px 0;
}