@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.login-form .text-field_validation-msg {
  display: none;
}
.login-form .login-content {
  width: 360px;
  margin: 40px auto;
  padding: 30px;
  background: white;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.login-form .login-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 25px 0;
  text-align: left;
  color: #333;
}
.login-form .login-form-container {
  position: relative;
}
.login-form .login-form-container .text-field {
  margin-bottom: 15px;
}
.login-form .login-form-container .password-field-hidden {
  display: none !important;
}
.login-form .login-form-container .password-field-visible {
  position: relative;
}
.login-form .login-field-error .field_text_input {
  border-color: #dc3545 !important;
}
.login-form .login-field-error .field_text_title {
  color: #dc3545 !important;
}
.login-form .login-inline-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.login-form .login-inline-error i {
  font-size: 15px;
}
.login-form .login-button-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login-form .login-button-container button {
  width: 100%;
  border-radius: 4px !important;
}
.login-form .login-separator {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.login-form .login-separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
}
.login-form .login-separator span {
  background: white;
  padding: 0 10px;
  position: relative;
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.login-form .register-link {
  text-align: center;
  font-size: 13px;
}
.login-form .login-footer-links {
  text-align: center;
  margin-top: 15px;
}
.login-form .login-footer-links .forgot-text {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.login-form .login-footer-links .forgot-text .forgot-link {
  color: #1e90ff;
  text-decoration: none;
  font-weight: 500;
}
.login-form .login-footer-links .forgot-text .forgot-link:hover {
  text-decoration: underline;
}
.login-form .login-footer-links .forgot-text .register-link {
  color: #1e90ff;
  text-decoration: none;
  font-weight: 500;
}
.login-form .login-footer-links .forgot-text .register-link:hover {
  text-decoration: underline;
}
.login-form .login-error-message {
  margin: 20px 0;
  text-align: center;
}
.login-form .login-error-message h4 {
  color: #dc3545;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.login-form .companyTextField .text-field {
  width: 250px !important;
}
.login-form .phoneTextField .text-field {
  width: 200px !important;
}
.login-form .zipCodeTextField .text-field {
  width: 150px !important;
}
.login-form .countryField .dropdown-field {
  width: 250px !important;
}
.login-form .stateField .dropdown-field {
  width: 180px !important;
}
.login-form .field_text--empty .field_text_title--empty {
  margin-top: -3px;
}
.login-form .security-input-eye-wrapper {
  position: relative;
  display: inline-block;
}
.login-form .security-input-eye {
  position: absolute;
  right: 8px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 10;
  outline: none;
  background-color: white;
  border: none;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form .security-input-eye i {
  pointer-events: none;
  font-size: 20px;
  opacity: 0.6;
}
.login-form .security-input-eye.show {
  opacity: 1;
}
.login-form .security-input-eye .tooltip-text {
  visibility: hidden;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #333;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  right: -10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.login-form .security-input-eye .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 15px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.login-form .security-input-eye:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.login-form .change-password-container {
  position: relative;
}
.login-form .security-input .field_text_input {
  padding-right: 30px !important;
}
.login-form .login-text-field > div {
  height: 50px !important;
}
.login-form .change-pass-label {
  color: #949494;
  display: block;
}

