:root {
  --inputPaddingV: var(--gutterMd);
  --inputPaddingH: var(--gutterLg);
  --inputFontSize: var(--fontSizeLg);
  --inputLineHeight: var(--lineHeightMd);
  --labelScaleFactor: 0.8;
  --labelDefaultPosY: 50%;
  --labelTransformedPosY: calc(
    (var(--labelDefaultPosY)) - (var(--inputPaddingV) * var(--labelScaleFactor)) -
      (var(--inputFontSize) * var(--inputLineHeight))
  );
  --inputTransitionDuration: var(--transitionDuration);
  --inputTransitionTF: var(--transitionTF);
}

* {
  margin: 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}

.w-455px {
  width: 525px !important;
}
.w-full {
  width: 100% !important;
}

.pt-15px,
.py-15px,
.p-15px {
  padding-top: 15px !important;
}
.pr-15px,
.px-15px,
.p-15px {
  padding-right: 15px !important;
}
.pb-15px,
.py-15px,
.p-15px {
  padding-bottom: 15px !important;
}
.pl-15px,
.px-15px,
.p-15px {
  padding-left: 15px !important;
}

.mt-15px,
.my-15px,
.m-15px {
  margin-top: 15px !important;
}
.mr-15px,
.mx-15px,
.m-15px {
  margin-right: 15px !important;
}
.mb-15px,
.my-15px,
.m-15px {
  margin-bottom: 15px !important;
}
.ml-15px,
.mx-15px,
.m-15px {
  margin-left: 15px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0px {
  margin-bottom: 0px;
}
.mt-30px {
  margin-top: 30px;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.bQyxUf1 {
  color: #4f5250 !important;
}
.red-text {
  color: #800000 !important;
}
.text-light {
  color: #fefefe !important;
}
.object-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.custom-row {
  content: "";
  display: flex;
  clear: both;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
}

.custom-row::after {
  content: "";
  display: table;
  clear: both;
  justify-content: center;
}

.column {
  display: flex;
  float: left;
  width: 50%;
  justify-content: center;
  flex-direction: column;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
}

.form-box {
  width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.2);
  position: relative;
}

.myHeader > h1 {
  font-weight: bold;
  color: #00a6b5;
  font-size: 2.75rem;
  margin-top: 10px;
}

.form-box.login {
  width: 870px;
  height: 520px;
  background: linear-gradient(101deg, #00a6b5 50%, rgb(255, 255, 255) 51%);
  backdrop-filter: blur(15px);
  padding: 50px;
}

.form-box.flex-column {
  flex-direction: column;
}

.form-box-forgot {
  position: relative;
  width: 400px;
  background: #f1f1f1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 5px 5px 10px 1px #0f838c;
}

.div-title {
  width: 50%;
  position: relative;
  top: -10px;
}

h2-title {
  font-size: 2.5em;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h3-title {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.white-line {
  border: none;
  height: 2px;
  width: 60%;
  background-color: white;
  margin: 48px 5px;
}

.version {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.version > div:first-child {
  font-size: 1.5rem;
}

.version > div:nth-child(2) {
  font-size: 1.275rem;
}

.form-value {
  display: flex;
}

.form-value.position-relative {
  /* position: relative; */
}

.form-box.login > .form-value {
  width: 50%;
  justify-content: flex-end;
  position: relative;
}

.form-box:not(.login) > .form-value {
  flex-direction: column;
  text-align: center;
}

.form-box:not(.login) > .form-value ul#criteria {
  text-align: left;
  list-style-type: none;
  color: #212121;
}

.form-box:not(.login) > .form-value ul#criteria > li.valid {
  color: #009900;
}

.form-box:not(.login) > .form-value ul#criteria > li.invalid {
  color: #e80000;
}

.form-box:not(.login) > .form-value > div:not(.fit-width) {
  width: 580px;
}

.form-box.login > .form-value > form:not(#form-login) {
  height: 301.45px;
}

.form-box:not(.login) > .form-value > img.ornament-left,
.form-box:not(.login) > .form-value > img.ornament-right {
  width: 150px;
  position: absolute;
  top: 0px;
}

.form-box:not(.login) > .form-value > img.ornament-left {
  left: 0px;
  border-top-left-radius: 42px;
}

.form-box:not(.login) > .form-value > img.ornament-right {
  right: 0px;
  border-top-right-radius: 42px;
}

.form-box:not(.login) > .form-value > form#form-password {
  margin: 20px auto 30px;
  width: 310px;
}

.form-box:not(.login) > .form-value > form#form-change-password {
  margin: 20px auto 30px;
  width: 100%;
}

.img-border-upside {
  width: 125px;
  position: absolute;
  top: -1px;
  right: -1px;
  border-top-right-radius: 42px;
  z-index: 1;
}

.img-border-downside {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 45.25px);
  width: 125px;
}

.img-fluid {
  position: relative;
  width: 310px;
  height: auto;
  z-index: 2;
}

.inputbox {
  position: relative;
  margin: 10px 0;
  width: 250px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.inputbox input::placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(155, 155, 155);
  font-size: 1em;
  pointer-events: none;
  transition: 0.5s;
}
.inputbox input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  padding: 0 35px 0 5px;
  color: rgb(133, 133, 131);
  padding-left: 45px;
  border-radius: 10px 0px 0px 10px;
}
.inputbox input-icon {
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  height: 100%;
  padding-left: 35px;
  color: #666;
}
.inputbox icon {
  position: absolute;
  padding-left: 15px;
  color: rgb(140, 150, 157);
  font-size: 1.2em;
  top: 12px;
}
.inputbox icon-right {
  position: absolute;
  right: 12px;
  color: rgb(140, 150, 157);
  font-size: 1.2em;
  top: 12px;
}

.form-group a {
  text-decoration: none;
}

.form-group a:hover {
  text-decoration: none;
}

button,
a.btn {
  width: 100%;
  height: 40px;
  border-radius: 0.5rem;
  background: #00a6b5;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
}

button:disabled {
  background-color: #ccc; /* Light gray background */
  cursor: not-allowed; /* Change cursor to indicate disabled state */
  opacity: 0.6; /* Reduce opacity for a disabled look */
}

.login-alert {
  font-weight: bold;
  font-size: 14px;
  color: red;
  text-align: left;
}

/* .login-alert span {
    display: none;
    transform: translateX(-50%);
    position: relative;
    left: 73%;
} */

.help-block {
  display: block;
  white-space: nowrap;
  color: #737373;
  font-size: 12px;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: red;
}

.captcha {
  margin: 15px 0px;
}

.captcha .preview {
  position: relative;
  color: rgb(107, 109, 108);
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  font-family: "sans-serif";
  font-family: bold;
  overflow: hidden;
  font-size: 2.2rem;
}

.captcha .preview span {
  display: inline-block;
  user-select: none;
}

.captcha .captcha-form {
  display: flex;
}

.captcha .captcha-form .captcha-refresh {
  width: 40px;
  border: none;
  outline: none;
  border-radius: 0px 10px 10px 0px;
  color: #eee;
  cursor: pointer;
}

.horizontal-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: #00a6b5;
  font-weight: 700;
  font-size: 15px;
  column-gap: 0.8rem;
}

.horizontal-line::before,
.horizontal-line::after {
  content: "";
  height: 2px;
  background-color: #00a6b5;
  display: block;
}

.verif-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00a6b5;
  min-height: 130px;
  border-radius: 12px;
}

.verif-text {
  color: #fff;
  text-align: center;
}

.verif-text h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}

.verif-text p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.myFooter {
  width: 100%;
  height: 85px;
  background-color: #00a6b5;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  text-align: center;
  padding: 2%;
}

.myFooter > h5 {
  font-weight: 600;
}

.myFooter > h5,
.myFooter > a {
  font-size: 1em;
  text-align: center;
  color: #f1f1f1;
}

.version {
  font-weight: bold;
  color: #ffffff;
}
