.centered-login{
  margin-left:10%;
  margin-top:4%;
  width: 80%;
  display: flex;
  flex-direction: column;     /* Onder elkaar */
  gap: 15px;                  /* Ruimte tussen de blokken */          /* (optioneel) volle hoogte van scherm */
  justify-content: center;    /* (optioneel) verticale centrering */
}


.login-input{
  width: 100%;
  color:#565656;
  border-radius: 2px;
  border:1px solid #BFBFBF;
  font-size: 16px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  outline:none;
  padding-left:10px;
  height:25px;
}

.login-title {
  text-align: center;
  color: #1b1464;
  margin: 0%;
  padding-top: 5%;
  font-size: clamp(15px, 1.6vh, 17px);

}

.password-link {
  color:#007bff;
  font-size: 14px;
  cursor: pointer;
}