.main {
  width: 400px;
  box-sizing: border-box;
}

.pw-item {
  height: 46px;
  border-radius: 6px;
}

.pw-item input {
  height: 44px;
  padding-left: 12px;
  box-shadow: none !important;
  border-radius: 6px;
  outline: none !important;
}

.pw-item label {
  top: 9px;
  left: 12px;
  /* color: #ddd !important */
}

.okta-form-label.o-form-label {
  display: none;
}

#okta-signin-password {
  height: 44px !important;
  padding-left: 12px !important;
  box-shadow: none !important;
}

.o-form-input-name-password.o-form-control.okta-form-input-field.input-fix {
  height: 46px !important;
  padding-left: 0 !important;
  box-shadow: none !important;
}

.pw_reset_logo_type {
  width: 120px;
  height: 90px;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 24px;
  margin-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pw_reset_logo_type--push, .pw_reset_logo_type--totp  {
  background: url(/images/okta_verify.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.pw_reset_logo_type--sms {
  background: url(/images/sms_verify.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pw_reset_logo_type--call {
  background: url(/images/call_verify.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pw_reset_method_select {
  margin-bottom: 29px;
}

select#pw_reset_method {
  height: 36px;
  box-shadow: none !important;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  padding: 8px 12px !important;
  position: relative !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #555;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 1em;
  padding-right: 26px !important;
}

.okta_pw_reset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pw_reset_btn {
  width: 316px;
  height: 50px;
  background: #1562DD;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  margin-bottom: 9px;
}

.pw_reset_btn:hover {
  opacity: 0.69;
}

.pw_reset_help_links {
  display: flex;
  justify-content: space-between;
  width: 316px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
}

.pw-security .pw_reset_help_links {
  width: 100%;
  margin-bottom: 29px;
}

.pw_reset_help_links a {
  color: #555;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
  text-decoration: none;
}

.pw_reset_help_links a:hover {
  opacity: 0.69;
}

.pw_reset_code_input {
  display: flex;
  align-items: flex-start;
}

input#pw_reset_code_input_inp--okta {
  width: 316px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  box-shadow: none !important;
  position: relative;
  margin-bottom: 21px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 8px 12px !important
}

input#pw_reset_code_input_inp--okta::placeholder {
  color: #AAAAAA;
}

input#pw_reset_code_input_inp--okta.pw_reset_code_input_inp--call {
  width: 215px;
  margin-right: 12px;
}
input#pw_reset_code_input_inp--okta.pw_reset_code_input_inp--sms {
  width: 173px;
  margin-right: 12px;
}

okta-login-container #okta-sign-in.auth-container .okta-form-input-field.focused-input:not(.o-form-input-name-oldPassword, .o-form-input-name-confirmPassword, .o-form-input-name-newPassword)::after {
  left: 12px !important;
  font-size: 10px !important;
}

#okta-sign-in .o-form .input-fix input[type="password"] {
  padding-bottom: 0 !important;
  padding-left: 12px !important;
}

button#pw_reset_call_btn.pw_reset_call_btn {
  background: linear-gradient(180deg, rgba(221, 221, 221, 0) 0%, rgb(255, 255, 255) 100%) !important;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 89px;
  height: 42px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;

  color: #777777;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
button#pw_reset_call_btn.pw_reset_call_btn--sms {
  width: 129px;
}

button#pw_reset_call_btn.pw_reset_call_btn:hover {
  opacity: 0.69;
}

.pw_reset_call_num {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #848484;
  margin-bottom: 21px;
}

.pw_enter {
  margin-top: 29px;
}

.okta_pulse_loader:not(:required) {
  display: inline-block;
  width: 50px;
  height: 50px;
  animation: pulse-load 0.9s linear infinite alternate;
  border: 2px solid #1562DD;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@keyframes pulse-load {
  0% {
    box-shadow: #1562DD 0 0 0px 20px;
  }
  40% {
    box-shadow: none;
  }
  100% {
    box-shadow: #1562DD 0 0 0px 25px inset;
  }
}

.button--disabled {
  pointer-events: none;
  opacity: 0.39;
  cursor: not-allowed;
}

.new_pw_0 {
  margin-top: 19px;
  margin-bottom: 7px;
}

.pw_strength_indicator {
  margin-bottom: 25px;
  position: relative;
  overflow: visible;
  display: none;
}

.pw_strength_indicator .password-verdict {
  position: absolute;
  color: #555;
  right: 8px;
  font-size: 13px;
  top: 1px;
}

.pw_strength_indicator .progress-bar {
  display: flex;
  justify-content: center;
  background: transparent !important;
  width: 100% !important;
}


.pw_strength_indicator .progress-bar.bg-success .pw_strength_indicator_bar {
  background: #5cb85c;
}

.pw_strength_indicator .progress-bar.bg-success .password-verdict {
  color: #5cb85c;
}


.bg-danger .pw_strength_indicator_bar:first-of-type {
  background: #d9534f !important;
}
.bg-danger .password-verdict {
  color: #d9534f !important;
}

.password-verdict {
  color: #d9534f;
}

.bg-warning .pw_strength_indicator_bar:nth-of-type(1),
.bg-warning .pw_strength_indicator_bar:nth-of-type(2) { background: #ffcc00 !important; }
.bg-warning .password-verdict {
  color: #ffcc00 !important;
}
.bg-sm-success .pw_strength_indicator_bar:nth-of-type(1),
.bg-sm-success .pw_strength_indicator_bar:nth-of-type(3),
.bg-sm-success .pw_strength_indicator_bar:nth-of-type(2) { background: #60ab53 !important; }
.bg-sm-success .password-verdict {
  color: #60ab53 !important;
}

.pw_strength_indicator_bar {
  display: inline-block;
  width: 83px;
  height: 3px;
  margin-right: 3px;
  background: #C4C4C4;
}

.new_pw_1 {
  margin-bottom: 16px;
}

.pw_requirements {
  margin-bottom: 16px;
  padding-right: 16px;
}

.pw_requirements h4 {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
}

.pw_requirement {
  color: #EB3F43;
  position: relative;
}

.pw_requirement--success {
  color: #58A942 !important;
}

.pw_requirement .pw_requirement_ico::after {
  font-family: FontAwesome;
  content: "\f00d";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.pw_requirement--success .pw_requirement_ico::after {
  font-family: FontAwesome;
  content: "\f00c";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.security_question_sel {
  box-shadow: none !important;
  background-image: none !important;
  height: 44px !important;
  padding-top: 13px !important;
  padding-left: 8px !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 9px center !important;
  background-size: 1em !important;
  padding-right: 26px !important;
}