footer {
  display: none;
}

.auth-card {
  padding: 1.5rem;
}

.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;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

.register-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;
  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;
}

.register-button:disabled {
  cursor: default;
}

.register-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;
}

.register-text {
  border-bottom: 2px solid #232f3e !important;
}

.email-input {
  background-color: #eeeeee;
  height: 28px !important;
}

.email-input:focus {
  background-color: white;
}

.repassword-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;
  margin: 0 0 0;
  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;
}

.repassword-button:disabled {
  cursor: default;
}

.repassword-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;
}

.tabs {
  display: flex;
  justify-content: space-around;
}

.tab {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

.mail-text {
  border-bottom: 2px solid #232f3e !important;
}

.phone-text {
  border-bottom: 2px solid #232f3e !important;
}

.register-text {
  border-bottom: 2px solid #232f3e !important;
}

.sex-card-male {
  border-radius: 0px 6px 6px 0px;
}

.sex-card-female {
  border-radius: 6px 0px 0px 6px;
}

.selected {
  border: 1px solid #232f3e;
  border-radius: 6px;
}

.other-register-card {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

#footer-nav {
  display: none;
}