input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--mud-pallete-text-primary);
  transition: white 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px white;
}

.mud-switch-track.mud-success {
  background-color: #25a481 !important;
}

.mud-switch-track.mud-default {
  background-color: #f3f3f3 !important;
}

.mud-switch-base.mud-checked + .mud-switch-track {
  opacity: 1;
}

.mud-switch-span .mud-switch-track {
  opacity: 1;
}

.mud-switch.flex-row-reverse {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mud-input-control-input-container {
  width: 100%;
  height: 100%;
}

.login_container.phone {
  background: #fff;
  align-content: flex-start !important;
}
.login_form_container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  align-content: flex-start !important;
  background-color: #fff;
}

.login-Button {
  height: 48px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 24px;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: var(--mud-palette-primary);
  color: #fff;
}

/* mobile variables */
@media only screen and (max-width: 600px) {
  .login_form_container {
    max-width: 100%;
  }

  .empty-layout {
    background-color: #fff;
    height: 100dvh;
  }
}

.empty-layout body::before,
.empty-layout body::after {
  background-color: transparent;
}
