* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #2d3640;
  font-family: Arial, Helvetica, sans-serif;
}

.login-bg-image {
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 0;
  background-color: #193a52;
  background-image: url("/assets/login-bg-image");
  background-position: center 63%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.login-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 40, 0.25) 0%, rgba(8, 24, 40, 0.5) 100%);
}

#okta-sign-in.auth-container.main-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #2d3640;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

#okta-sign-in .okta-sign-in-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 34px;
  background: #0b4556;
}

#okta-sign-in .okta-sign-in-header h1 {
  margin: 0;
  min-height: 0;
  line-height: 0;
}

#okta-sign-in .okta-sign-in-header img {
  display: block;
  width: auto;
  height: 28px;
}

#okta-sign-in .okta-sign-in-header .beacon-container::before {
  content: "SETTINGS  LOG OUT  ☰ MENU";
  white-space: pre;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#okta-sign-in .auth-content {
  width: 100%;
  margin: 0 auto;
  padding: 24px 24px 60px;
}

#okta-sign-in .auth-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#okta-sign-in .o-form-content {
  padding-bottom: 14px;
}

#okta-sign-in .o-form-head {
  display: none;
}

#okta-sign-in .o-form-fieldset {
  margin: 0;
}

#okta-sign-in .o-form-fieldset.margin-btm-5 {
  margin-bottom: 5px;
}

#okta-sign-in .o-form-fieldset.margin-btm-30 {
  margin-bottom: 30px;
}

#okta-sign-in .o-form-fieldset.margin-btm-0 {
  margin-bottom: 0;
}

#okta-sign-in .o-form .o-form-label {
  color: #34404f;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 0;
}

#okta-sign-in .o-form-label label {
  display: inline;
  font-size: 15px;
  line-height: 20px;
}

#okta-sign-in .o-form input[type="text"],
#okta-sign-in .o-form input[type="password"],
#okta-sign-in .o-form input[type="date"],
#okta-sign-in .o-form select,
#okta-sign-in .o-form textarea {
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 20px;
  color: #1f2c37;
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  padding: 8px 12px;
  background: #fff;
}

#okta-sign-in .o-form textarea {
  min-height: 120px;
  height: auto;
  resize: vertical;
}

#okta-sign-in .o-form input[type="text"]:focus,
#okta-sign-in .o-form input[type="password"]:focus,
#okta-sign-in .o-form input[type="date"]:focus,
#okta-sign-in .o-form select:focus,
#okta-sign-in .o-form textarea:focus {
  outline: none;
  border-color: #58b8dd;
  box-shadow: 0 0 0 2px rgba(88, 184, 221, 0.18);
}

#okta-sign-in .password-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

#okta-sign-in .password-wrap input[type="password"],
#okta-sign-in .password-wrap input[type="text"] {
  padding-right: 32px;
}

#okta-sign-in .password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

#okta-sign-in .password-toggle::before {
  content: "";
  position: absolute;
  inset: 2px 0;
  border: 1.6px solid #78828c;
  border-radius: 10px / 6px;
}

#okta-sign-in .password-toggle::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: #78828c;
  border-radius: 50%;
}

#okta-sign-in .password-toggle.is-revealed::before {
  transform: rotate(-18deg);
}

#okta-sign-in .custom-checkbox {
  position: relative;
  display: block;
  min-height: 44px;
}

#okta-sign-in .custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 12px;
  margin: 0;
}

#okta-sign-in .custom-checkbox label {
  display: block;
  min-height: 44px;
  padding: 7px 10px 7px 24px;
  color: #444;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

#okta-sign-in .o-form-button-bar {
  margin-top: -1px;
  padding-bottom: 25px;
}

#okta-sign-in .button.button-primary {
  display: block;
  width: 100%;
  height: 52px;
  padding: 14px 15px;
  line-height: 22.4px;
  border: 1px solid #03869d;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  background: #00b7d8;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

#okta-sign-in .button.button-primary:hover,
#okta-sign-in .button.button-primary:focus {
  background: #00c0e3;
}

#okta-sign-in .primary-auth-container {
  margin-top: 0;
}

#okta-sign-in .auth-divider {
  position: static;
  height: auto;
  margin: 6px 0 20px;
  border-top: 0;
  text-align: left;
}

#okta-sign-in .auth-divider::before {
  content: none;
}

#okta-sign-in .auth-divider-text {
  position: static;
  display: inline-block;
  background: transparent;
  padding: 0;
  font-size: 14px;
  color: #2f3d4b;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#okta-sign-in .default-custom-button {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  background-color: #4cbf9c;
  border: 1px solid #317a64;
}

#okta-sign-in .default-custom-button:hover,
#okta-sign-in .default-custom-button:focus {
  background-color: #52cca7;
}

#okta-sign-in .auth-footer {
  margin-top: 0;
  font-size: 13px;
  line-height: 18.2px;
}

#okta-sign-in .auth-footer .link {
  color: #007dc1;
  text-decoration: none;
}

#okta-sign-in .auth-footer .link:hover,
#okta-sign-in .auth-footer .link:focus {
  text-decoration: underline;
}

#okta-sign-in .help-links {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

#okta-sign-in .help-links[hidden] {
  display: none;
}

#okta-sign-in [hidden] {
  display: none !important;
}

#okta-sign-in .help-links li + li {
  margin-top: 6px;
}

#okta-sign-in.preferences-container {
  width: 100%;
  max-width: none;
  min-width: 0;
}

#okta-sign-in.preferences-container .auth-content {
  padding-top: 24px;
  padding-left: 28px;
  padding-right: 28px;
}

#okta-sign-in.preferences-container .auth-content-inner {
  width: 100%;
  max-width: 1240px;
}

#okta-sign-in.preferences-container .primary-auth-form {
  width: min(80%, 980px);
  margin: 0 auto;
  padding: 30px 28px 24px;
  background: #f3f5f7;
  border: 1px solid #e5ebf1;
}

#okta-sign-in .preferences-form-title {
  display: block;
  margin: 0 0 14px;
  color: #29b5e8;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
}

#okta-sign-in .preferences-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

#okta-sign-in .form-section-title {
  margin: 0 0 8px;
  color: #2f3d4b;
  font-size: 18px;
  font-weight: 700;
}

#okta-sign-in .field-note {
  margin: 0 0 20px;
  color: #4b5865;
  font-size: 14px;
}

#okta-sign-in .button.button-secondary {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 15px;
  border: 1px solid #8fa1aa;
  color: #113644;
  text-transform: uppercase;
  font-size: 14px;
  background: #eef4f6;
  cursor: pointer;
}

#okta-sign-in .button.button-secondary:hover,
#okta-sign-in .button.button-secondary:focus {
  background: #e5eff3;
}

#okta-sign-in .secondary-action-bar {
  width: min(80%, 980px);
  margin: 4px auto 0;
  padding-bottom: 18px;
}

#okta-sign-in .status-message {
  width: min(80%, 980px);
  margin: 0 auto 16px;
  color: #1b6f86;
  font-size: 13px;
}

#okta-sign-in .primary-auth-container,
#okta-sign-in .auth-footer {
  width: min(80%, 980px);
  margin-left: auto;
  margin-right: auto;
}

#okta-sign-in .status-message.is-error {
  color: #a32222;
}

@media only screen and (min-width: 601px) {
  #okta-sign-in.auth-container.main-container {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .login-bg-image {
    top: 54px;
    height: 132px;
    background-color: #193a52 !important;
    background-image: none;
    display: none;
  }

  #okta-sign-in.preferences-container .auth-content {
    padding: 20px 14px 26px;
  }

  #okta-sign-in .okta-sign-in-header {
    padding: 0 14px;
  }

  #okta-sign-in .okta-sign-in-header .beacon-container::before {
    font-size: 11px;
  }

  #okta-sign-in.preferences-container .primary-auth-form,
  #okta-sign-in .secondary-action-bar,
  #okta-sign-in .status-message,
  #okta-sign-in .primary-auth-container,
  #okta-sign-in .auth-footer {
    width: 100%;
  }

  #okta-sign-in .preferences-form-title {
    font-size: 34px;
  }

  #okta-sign-in .preferences-grid {
    grid-template-columns: 1fr;
  }
}
