* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #f9f9f9;
  font-family: Arial, Helvetica, sans-serif;
}

.login-bg-image {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #014b62;
  background-image: url("/assets/login-bg-image");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#okta-sign-in.auth-container.main-container {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 500px;
  min-width: 300px;
  margin: 24px auto 8px;
  overflow: auto;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #00b7d8;
  background-color: #fff;
  color: #6e6e78;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

#okta-sign-in .okta-sign-in-header {
  min-height: 60.8px;
  background: #003545 url("/assets/profiles_logo.svg") no-repeat center center;
}

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

#okta-sign-in .okta-sign-in-header img {
  display: none;
}

#okta-sign-in .auth-content {
  padding: 20px 42px;
}

#okta-sign-in .auth-content-inner {
  width: 316px;
  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: #444;
  font-size: 13.2222px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 0;
  padding: 7.8px 0;
}

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

#okta-sign-in .o-form input[type="text"],
#okta-sign-in .o-form input[type="password"] {
  width: 100%;
  height: 38.4px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  padding: 6px 8px;
  background: #fff;
}

#okta-sign-in .o-form input[type="text"]:focus,
#okta-sign-in .o-form input[type="password"]:focus {
  outline: none;
  border-color: #7db9cb;
}

#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: relative;
  height: 1px;
  margin: 0 0 25px;
  border-top: 1px solid #ddd;
  text-align: center;
}

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

#okta-sign-in .auth-divider-text {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
  font-size: 12px;
  color: #7b7b83;
  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 .help-links li + li {
  margin-top: 6px;
}

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

@media only screen and (max-width: 600px) {
  .login-bg-image {
    background-color: #014b62 !important;
    background-image: none;
  }
}
