#login-form {
  width: clamp(15rem, 80%, 25rem);
  background-color: rgba(255, 255, 255, 0.95);
}
#login-form .mud-input-slot {
  color: #fff !important;
}
#login-form .mud-input-label {
  color: #fff;
}
#login-form a.mud-primary-text {
  color: #ccc !important;
}
#login-form input:-webkit-autofill,
#login-form input:-webkit-autofill:hover,
#login-form input:-webkit-autofill:focus,
#login-form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}
.login-page {
  background: #4c5264;
  background: linear-gradient(141deg, #4c5264 0%, #2b2f3e 100%);
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

