.auth-container {
  width: 30%;
  height: fit-content;
  position: relative;
}

.login-card {
  border: solid 1px #e6e6e6;
  border-radius: 12px;
  padding: 3.5rem;
}

.tabs {
  display: flex;
  justify-content: space-around;
}

.tab {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

.login-text {
  border-bottom: 2px solid #232f3e !important;
}

/* styles.css */
.password-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}

.email-input {
  background-color: #eeeeee;
  height: 28px !important;
}

.email-input:focus {
  background-color: white;
}

.password-input {
  background-color: #eeeeee;
  height: 28px !important;
}

.password-input:focus {
  background-color: white;
}

.login-button {
  appearance: button;
  backface-visibility: hidden;
  background-color: #232f3e;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 45px;
  line-height: 1.15;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  text-align: center;
  align-items: center;
  padding-bottom: 4px;
}

.login-button:disabled {
  cursor: default;
}

.login-button:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(50, 151, 211, 0.3) 0 0 0 4px;
}
