@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;
}
.login-form .text-field_validation-msg {
  display: none;
}
.login-form .login-content {
  width: 300px;
  margin: 40px auto;
}
.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 button {
  margin-top: 20px;
}
.login-form .not-registered {
  color: #005DA6;
  display: block;
  margin: 10px 0;
  text-decoration: none;
}
.login-form .change-pass-label {
  color: #949494;
  display: block;
}
.login-form .forgot-username {
  color: #949494;
  display: block;
  text-decoration: underline;
}
.login-form .security-input-eye {
  float: right;
  margin-top: -30px;
  margin-right: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.login-form .security-input-eye.show {
  opacity: 1;
}
.login-form .security-input .field_text_input {
  padding-right: 20px !important;
}

