@charset "UTF-8";

#okta-sign-in {
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid RGBA(151, 151, 151, 0.6);
  border-bottom: none;
  margin: 50px 0 60px;
}

#okta-sign-in main {
  width: 100%;
}

#okta-sign-in input {
  width: 300px;
}

#okta-sign-in label {
  color: #595959;
  font-size: 16px;
}

#okta-sign-in input:not(input[type=checkbox]) {
  height: 35px;
}

#okta-sign-in input[type=submit] {
  background: #377DD0;
  color: white;
  border: 2px solid #377dd0;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}

#okta-sign-in input[type=submit]:hover {
  background: #0758ac;
  border-color: #0758ac;
}

#okta-sign-in h2 {
  font-size: 48px;
  color: #333333;
  margin-bottom: 50px;
}

#okta-sign-in .siw-main-footer .auth-footer {
  display: flex;
  align-items: center;
}

#okta-sign-in .auth-footer .help-links {
  margin-left: 20px !important;
}

#okta-sign-in .auth-footer .help-links li {
  margin: 10px 0 !important;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

#okta-sign-in .help-links .js-help-link, .js-help {
  display: none !important;
}

#okta-sign-in .forgot-password .auth-footer {
  margin-top: 30px;
}

#okta-sign-in .forgot-password input[type=text] {
  height: 44px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #767676;
  box-sizing: border-box;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
  color: #333;
  background-color: #fff;
  -webkit-appearance: none;
}

#okta-sign-in #okta-sign-in, #okta-sign-in .auth-content, #okta-sign-in .auth-content-inner {
  outline: none;
}

#okta-sign-in .okta-form-infobox-error p, #okta-sign-in .okta-form-input-error {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.5s ease;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  background-color: #fcfcfc;
  color: #d3222a;
  font-weight: 400;
}

#okta-sign-in .o-form .infobox {
  padding: 0 !important;
}

#okta-sign-in .infobox-error:before {
  display: none;
}

#okta-sign-in .enroll-factor-list ul {
  padding: 0;
}

#okta-sign-in .enroll-factor-list li {
  list-style-type: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px;
}

#okta-sign-in .enroll-factor-list h3 {
  color: #333333;
}

#okta-sign-in .enroll-factor-list a {
  border: 2px solid;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

#okta-sign-in .enroll-factor-list a:hover {
  border-color: #0758ac;
  color: #0758ac;
  background: #e0f3ff;
}

#okta-sign-in .o-form-input-name-countryCode span {
  position: relative;
}

#okta-sign-in .o-form-input-name-countryCode span::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
}

#okta-sign-in .o-form-input-name-phoneNumber input {
  margin-left: 10px;
}

#okta-sign-in .o-form-input-name-countryCode .chzn-done {
  display: block !important;
  height: 40px;
}

#okta-sign-in .enroll-sms a {
  margin-bottom: 20px !important;
}

#okta-sign-in .enroll-sms .o-form-input {
  margin-bottom: 10px;
}

.auth-divider-text {
  display: none;
}

.auth-divider, .separation-line {
  display: none !important;
}

.primary-auth {
  display: flex;
  flex-direction: column;
  width: 375px;
}
@media screen and (max-width: 600px) {
  .primary-auth {
    width: 275px;
  }
}

.primary-auth form {
  order: 1;
}

.primary-auth .primary-auth-container {
  /*padding: 0 40px !important;*/
  order: 3;
}

@media screen and (max-width: 600px) {
  .primary-auth .primary-auth-container {
    padding: 0 0 !important;
    order: 3;
  }
}
.primary-auth .auth-footer {
  order: 2;
}

.noAccountBtn, .needHelpBtn {
  position: relative;
  font-family: Source Sans Pro, sans-serif !important;
  font-weight: 600 !important;
  background: white !important;
  font-size: 16px !important;
  line-height: unset !important;
  height: 34px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #377DD0 !important;
  border-color: #377DD0 !important;
}

.noAccountBtn {
  margin-top: 80px !important;
  border-color: #377DD0 !important;
  border-radius: 3px;
  border-width: 2px !important;
}

.noAccountBtn:hover {
  border-color: #0758ac !important;
  color: #0758ac !important;
  background-color: #e0f3ff !important;
}

.noAccountBtn::after {
  content: "Don't have an account?";
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #595959 !important;
}

.needHelpBtn {
  padding-bottom: 25px !important;
  border-width: 0 !important;
  border-bottom: 1px solid #ccc !important;
}

#okta-sign-in .app-download-instructions {
  margin-top: 50px;
}

#okta-sign-in .enroll-totp .o-form-button-bar input {
  margin-top: 30px;
  margin-bottom: 20px !important;
}

#okta-sign-in .enroll-totp .custom-radio {
  display: flex;
  align-items: center;
}

#okta-sign-in .enroll-totp input {
  margin: 20px !important;
}

#okta-sign-in .enroll-totp input:focus {
  outline: none;
}

#okta-sign-in .enroll-email input {
  margin-top: 30px;
}

#okta-sign-in h2.o-form-head {
  font-size: 32px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: Source Sans Pro, sans-serif;
}

#okta-sign-in .o-form-input-name-remember .custom-checkbox label {
  font-size: 16px;
}

#okta-sign-in .forgot-password-email-enabled a.button {
  background: #377dd0;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
}

#okta-sign-in .forgot-password-email-enabled a.button:hover {
  text-decoration: none;
}

#okta-sign-in .mfa-verify-email .o-form-input {
  width: 140px;
}

#okta-sign-in .mfa-verify-email {
  width: 450px;
}
@media screen and (max-width: 600px) {
  #okta-sign-in .mfa-verify-email {
    width: 270px;
  }
}

#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  flex-direction: column;
  justify-content: space-between;
}
#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container .o-form-input-error {
  width: 400px !important;
}
@media screen and (max-width: 600px) {
  #okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container {
    width: 270px;
  }
}
#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(3) {
  width: 400px;
  order: 3;
}
#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(3) label {
  width: 400px;
  padding-left: 25px;
}
#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(3) input {
  width: 20px;
}
@media screen and (max-width: 600px) {
  #okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(3) {
    width: 270px;
  }
  #okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(3) label {
    width: 240px;
  }
}
#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(2) {
  order: 1;
  width: 140px;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(2) {
    width: 100%;
  }
}
#okta-sign-in .mfa-verify .mfa-verify-passcode .o-form-fieldset-container :nth-child(1) {
  order: 2;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #okta-sign-in .mfa-verify .o-form-fieldset-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  #okta-sign-in .mfa-verify .o-form-fieldset-container :nth-child(3) {
    width: 100%;
    order: 3;
  }
  #okta-sign-in .mfa-verify .o-form-fieldset-container :nth-child(3) label {
    width: 300px;
    padding-left: 25px;
  }
  #okta-sign-in .mfa-verify .o-form-fieldset-container :nth-child(3) input {
    width: 20px;
  }
  #okta-sign-in .mfa-verify .o-form-fieldset-container :nth-child(2) {
    order: 1;
    width: 100%;
  }
  #okta-sign-in .mfa-verify .o-form-fieldset-container :nth-child(1) {
    order: 2;
    width: 100%;
  }
  #okta-sign-in .mfa-verify .o-form-fieldset-container :nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  #okta-sign-in .mfa-verify .mfa-verify-email .o-form-fieldset-container :nth-child(3) label {
    width: 400px;
    padding-left: 0;
  }
}

#widget-form {
  border-top: 1px solid #ccc;
}

#widget-form > div {
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #widget-form > div {
    min-height: calc(100vh - 400px);
  }
}

#okta-sign-in h2.o-form-head {
  font-size: 32px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: Source Sans Pro, sans-serif;
}

#okta-sign-in .okta-form-label label {
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  color: RGBA(89, 89, 89, 0.8);
}

#okta-sign-in .o-form-input-name-remember label {
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  color: RGBA(51, 51, 51, 0.8);
}

#okta-sign-in #okta-signin-submit {
  height: unset;
}

#okta-sign-in#okta-sign-in .okta-form-input-field {
  border-radius: 0;
}

#okta-sign-in input[type=checkbox] {
  margin-right: 10px;
  margin-bottom: 50px;
  border: 1px solid #767676;
  border-radius: 0;
  height: 16px;
  width: 16px;
  display: none;
}

#okta-sign-in .o-form-button-bar #okta-signin-submit {
  width: 100%;
  margin: 0;
  background: #377DD0;
}

#okta-sign-in .auth-footer a {
  color: #377DD0 !important;
  font-weight: 600;
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
}

#okta-sign-in a.button {
  background: #377dd0;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
}

#okta-sign-in a.button:hover {
  text-decoration: none;
}

#okta-sign-in .beacon-container {
  position: unset !important;
}

#okta-sign-in.auth-container.main-container .auth-header {
  position: relative !important;
  height: 0;
  margin-top: 40px;
  z-index: 9999;
}

#okta-sign-in .factors-dropdown-wrap, #okta-sign-in .factors-dropdown-wrap > * {
  z-index: 99999 !important;
}

#okta-sign-in.auth-container.main-container {
  overflow: visible;
  flex-direction: column;
  border: none;
  background-color: #fcfcfc !important;
  box-shadow: none !important;
  margin-top: 0;
}

#okta-sign-in .okta-sign-in-header {
  border: 0 !important;
}
#okta-sign-in .link.help:focus {
  box-shadow: none !important;
}
#okta-sign-in .button-primary {
  border: 0 !important;
}
#okta-sign-in .infobox {
  border: 0 !important;
}
#okta-sign-in .o-form-error-container .infobox p, #okta-sign-in .infobox-warning p {
  margin-left: 40px !important;
}
#okta-sign-in .infobox-warning {
  min-height: 35px !important;
}