.login-bg {
  background: url('/img/guest/login-min.jpg') no-repeat top;
  background-size: cover;
  padding: 20px;
}

.login-item {
  border-radius: 8px;
  border: 1px solid var(--Primary-Navy---50, #E6ECF2);
  background: var(--Netral-white, #FFF);
}

.login-item::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 17.5px */
  color: #8DA9C4;
}

[type='text'],
input:where(:not([type])),
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  font-size: 14px;
}

.login-container {
  box-shadow: 0px 14px 34px 0px rgba(114, 132, 146, 0.20);
}

.text-subNavy {
  color: #8DA9C4;
}

.bg-subNavy {
  background-color: #E6ECF2;
}

.bg-subNavy2 {
  background-color: #E8F0FD;
}

.talent-photo-container {
  flex: 0 0 104px !important;
}

.btn-with-icon::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/guest/icon-arrow-white.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
}

.btn-with-icon:disabled::after {
  background: url(../img/guest/icon-arrow-black.png) no-repeat center;
  background-size: contain;
}

.icon-small {
  flex: 0 0 18px;
  height: 18px;
}

.reset-desc li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  padding: 5px 0 0;
}

.reset-desc li:before {
  content: '';
  background: url(../img/icon/icon-tick.svg) no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: block;
  margin-right: 5px;
}

.form-text p {
  font-size: 14px;
}

.multi-step-form fieldset {
  display: none;
}

.multi-step-form fieldset:first-of-type {
  display: block;
}

.multi-step-form fieldset.hidden {
  display: none;
}

.multi-step-form fieldset.visible {
  display: block;
}

.multi-step-form .steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative
}

.multi-step-form .steps span {
  flex: 1 1 auto;
}

.multi-step-form .steps::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #E6ECF2;

}

.multi-step-form .steps div {
  flex: 0 0 45px;
  height: 45px;
  display: inline-flex;
  background: #E6ECF2;
  color: #08457E;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 8px solid #fff;
  font-size: 14px
}

.multi-step-form .steps * {
  position: relative;
}

.multi-step-form .steps .active {
  color: #E6ECF2;
  background: #08457E;
}

span.error-text {
  color: red;
  font-size: 14px;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}

label.error-text {
  color: red;
  font-size: 14px;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.reqInputLabel:after {
  color: RED;
  content: '*';
  font-size: small;
  display: inline;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #8DA9C4;
}

input::placeholder {
  color: #8DA9C4;
}

select:invalid {
  color: #8DA9C4;
}

#talent_id {
  background: #B2C5D7;
  color: #08457E;
}

#talent_id::placeholder {
  color: #08457E;
}

.success-active {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}

.success-active h2 {
  font-size: 36px;
  font-weight: bold;
  color: #08457E;
  margin-bottom: 50px;
}

.success-active .success-text a {
  color: rgb(247 148 29 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .login-container {
    box-shadow: 0px 14px 34px 0px rgba(114, 132, 146, 0.20);
  }

  .login-bg {
    background: url(/img/guest/login-min.jpg) no-repeat top;
    background-size: cover;
    padding: 117px 97px 98px 96px;
  }

  .reset-form-container .right-container {
    padding-bottom: 125px;
  }

  .reset-desc li {
    font-size: 16px;
    padding: 5px 0;
  }
}

#step-2 .select2-container {
  width: 100% !important;
}

#step-2 .select2-container--default .select2-selection--single {
  border: 1px solid #d1d5db !important;
}

#step-2 .select2-container .select2-selection--single {
  height: 42px !important;
  font-size: 14px !important;
}

#step-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px !important;
}

#step-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

#step-2 .select2-selection__rendered {
  font-weight: 400 !important;
  color: #000 !important;
}