.login-holder {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-holder .form-label {
  font-weight: 700;
  font-size: 15px;
  color: #434c68;
  margin-bottom: 0;
}
.login-holder input {
  color: #434c68;
}
.login-holder input:focus {
  color: #434c68 !important;
  background-color: #f0efeb;
}
.login-card {
  width: 556px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
.login-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-title h4 {
  color: #992266;
  font-weight: 700;
}

.icon-holder {
  position: relative;
}
.icon-holder i {
  background: #bab397;
  position: absolute;
  top: 50%;
  inset-inline-end: 12px;
  transform: translateY(-50%);
  color: #f0efeb;
}

.reset-info li {
  font-size: 16px;
  color: #434c68;
  font-weight: 400;
}
.reset-info li:before {
  content: "";
  -webkit-mask-image: url("../images/icon-info.svg");
  -webkit-mask-size: contain;
  background: #434c68;
  width: 13px;
  height: 14px;
  display: inline-block;
  margin-inline-end: 7px;
}

.otp-field {
  min-height: 80px;
  display: flex;
  align-items: end;
}
.otp-input {
  width: 100%;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.otp-input input {
  border: 0;
  border-bottom: 1px solid #434c68;
  width: 25%;
}
.otp-input input:focus {
  outline: none;
}
.otp-resend {
  color: rgba(67, 76, 104, 0.54);
  display: inline-block;
  padding-inline-start: 10px;
}

.login-holder .icon-holder {
  padding: 0 !important;
}

.otp-input input {
  text-align: center;
}

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

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

p#otp-timer {
  font-weight: 500;
  color: #992266;
  margin-top: 20px;
  letter-spacing: 1px;
}
