.form-switcher {
  margin-bottom: 20px;
}
#register-form,
#forgot-password {
  display: none;
}

/* Login form styles */
.login-username-input {
  border: none;
  color: #817979 !important;
  background-color: #ffffff;
  font-weight: bold;
  width: 100% !important;
  min-width: 0px !important;
}

.login-password-group {
  width: 100% !important;
  min-width: 0px !important;
}

.login-confirm-password-row {
  margin-top: 10px;
}

.login-confirm-password-group {
  width: 100% !important;
  min-width: 0px !important;
}

.form-column {
  display: flex;
  align-content: space-around;
  flex-direction: column;
}

#login-form,
#register-form {
  width: 100%;
}

/* Password strength indicator */
.password-strength {
  margin-top: 5px;
}

.strength-bar {
  width: 100%;
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}

.strength-fill {
  height: 100%;
  width: 0%;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.strength-text {
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
}
