body.login-page {
  /* background: #01043B !important; */
}

.login-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /* padding-right: 5.625rem; */
  /* 90px */
  box-sizing: border-box;
  margin-right: 10px;
}

.content-card-login {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  /* overflow-y: hidden; */
  height: fit-content;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
  gap: 10px;
}


.form_container {
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-width: 21.875rem; */
  /* 350px */
  /* background: #fff; */
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease-out;
  z-index: 101;
  font-size: 1rem;
  line-height: 1.5;
  color: #01043B;
  width: 350px;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  /* 20px */
}

.signup_form,
.form .form_container.active .signup_form,
.form_container.active .login_form {
  display: flex;
  gap: 1.25rem;
}

.form_close {
  position: absolute;
  top: 0.625rem;
  /* 10px */
  right: 1.25rem;
  /* 20px */
  color: #01043B;
  opacity: 0.7;
  cursor: pointer;
}

.form_container h2 {
  color: #01043B;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.input_box {
  position: relative;
  width: 100%;
  display: flex;
}

.input_box input,
.signup_form .input_box input {
  width: 100%;
  padding: 0.625rem 2rem 0.625rem 2rem;
  outline: none;
  border: 0.5px solid #aaaaaa;
  color: #01043B;
  background: transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}

.input_box input:focus {
  border-color: #E99757;
}

.input_box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Leave icon class names untouched */
.input_box i.email,
i.password,
i.email-icon,
i.password-icon,
i.company.icon,
i.first-name-icon,
i.last-name-icon,
i.phone-icon,
i.company-icon {
  left: 5px;
}

.input_box input:focus~i.email,
.input_box input:focus~i.password {
  color: #E99757;
}

.input_box i.pw_hide {
  right: 5px;
  font-size: 1.2rem;
  cursor: pointer;
}

.option_field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.form_container a {
  color: black;
  text-decoration: underline;
}

.form_container a:hover {
  text-decoration: underline;
}

.checkbox {
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
}

.checkbox input {
  cursor: pointer;
  accent-color: #E99757;
}

.checkbox label {
  cursor: pointer;
  user-select: none;
  color: #01043B;
}

#message {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

/* .form_container .button {
  background: #E99757;
  margin-top: 1.875rem;
  width: 100%;
  padding: 0.625rem 0;
  border-radius: 0.625rem;
}

.form_container .button:hover {
  background: #01043B;
  color: white;
  cursor: pointer;
} */

.buttonBox {
  display: flex;
  justify-content: center;
}

.login_signup {
  text-align: center;
  margin-top: 0.9375rem;
  /* 15px */
}

.valid-form {
  background-color: palegreen;
}

.invalid-form {
  background-color: lightpink;
}

.error {
  color: red;
  margin-top: 0.3125rem;
}

.errorlist {
  list-style-type: none;
  padding: 0;
  margin-top: 1.25rem;
}

.errorlist li {
  color: #E74C3C;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  background-color: rgba(231, 76, 60, 0.1);
  padding: 0.625rem;
  border-left: 4px solid #E74C3C;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.errorlist li:before {
  content: "⚠️";
  margin-right: 0.625rem;
}

.errorlist li a {
  color: #E74C3C;
  text-decoration: underline;
}

.errorlist li a:hover {
  text-decoration: none;
  color: #D43F00;
}

.errorlist .field-error {
  color: #FF6347;
  background-color: rgba(255, 99, 71, 0.2);
  padding: 0.625rem;
  border-left: 4px solid #FF6347;
}

#message_info {
  text-align: center;
  background-color: #f8d7da;
  color: #721c24;
  padding: 0.625rem;
  border-radius: 5px;
}

.message {
  text-align: center;
  padding: 0.625rem;
  margin-top: 0.9375rem;
  border-radius: 5px;
}

.message.error {
  background-color: #f8d7da;
  color: #721c24;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
}


/* Center the logo */
.start-logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  /* Add spacing below the logo */
}

.login-logo {
  max-width: 150px;
  border-radius: 12px;
}

/* Style the login text */
.login-text {
  text-align: center;
  font-size: 1.5rem;
  color: #01043B;
  margin-bottom: 1.5rem;
  /* Add spacing below the text */
  font-weight: bold;
}

.option_field {
  display: flex;
  flex-direction: column;
  /* Stack elements vertically */
  justify-content: center;
  width: 100%;
}

.option_field .forgot_pw {
  font-size: 0.9rem;
  /* Slightly smaller font size for subtlety */
  color: #E99757;
  /* Matches the accent color */
  text-decoration: none;
  /* Remove underline for a cleaner look */
  transition: color 0.3s ease, text-shadow 0.3s ease;
  /* Smooth transition for hover effects */
}

.option_field .forgot_pw:hover {
  color: #01043B;
  /* Darker color on hover */
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Add a subtle shadow effect */
  text-decoration: underline;
  /* Add underline on hover for emphasis */
  cursor: pointer;
  /* Change cursor to pointer on hover */
}

.buttonBox button.custom-btn {
  background: linear-gradient(0deg, rgb(21 24 69 / 88%) 0%, rgb(21 24 69 / 98%) 50%, rgb(21 24 69 / 83%) 85%, rgb(21 24 69 / 66%) 100%);
  box-shadow: 0px 5px 10px rgba(90, 90, 90, 0.212)
}

.buttonBox button.custom-btn:hover {
  /* box-shadow: 0px 5px 9px #c5c5c5; */
  background-color: #E99757;
  color: #E99757;
  box-shadow: 0px 5px 10px rgba(90, 90, 90, 0.356)
}