.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic .card-body {
  padding: 3rem;
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .card-body {
    padding: 2rem;
  }
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100%;
  margin: auto 0;
}
@media (max-width: 991.98px) {
  .authentication-wrapper.authentication-cover .authentication-inner {
    height: 100vh;
  }
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
  width: 100%;
  height: 100vh;
  position: relative;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
  max-height: 65%;
  max-width: 65%;
  z-index: 1;
}
.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  height: 35%;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
  height: 100vh;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height > img:first-child {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 460px;
  position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 238px;
  height: 233px;
  content: " ";
  position: absolute;
  top: -35px;
  left: -45px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22239%22%20height%3D%22234%22%20viewBox%3D%220%200%20239%20234%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2288.5605%22%20y%3D%220.700195%22%20width%3D%22149%22%20height%3D%22149%22%20rx%3D%2219.5%22%20stroke%3D%22%23F97218%22%20stroke-opacity%3D%220.16%22%2F%3E%3Crect%20x%3D%220.621094%22%20y%3D%2233.761%22%20width%3D%22200%22%20height%3D%22200%22%20rx%3D%2210%22%20fill%3D%22%23F97218%22%20fill-opacity%3D%220.08%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none;
  }
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 180px;
  height: 180px;
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -56px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22181%22%20height%3D%22181%22%20viewBox%3D%220%200%20181%20181%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%221.30469%22%20y%3D%221.44312%22%20width%3D%22178%22%20height%3D%22178%22%20rx%3D%2219%22%20stroke%3D%22%23F97218%22%20stroke-opacity%3D%220.16%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%228%208%22%2F%3E%3Crect%20x%3D%2222.8047%22%20y%3D%2222.9431%22%20width%3D%22135%22%20height%3D%22135%22%20rx%3D%2210%22%20fill%3D%22%23F97218%22%20fill-opacity%3D%220.08%22%2F%3E%3C%2Fsvg%3E")
;
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:after {
    display: none;
  }
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-height: 636px) {
  .auth-multisteps-bg-height {
    height: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ff4c51;
  border-width: 2px;
}

@media (max-width: 575.98px) {
  .numeral-mask-wrapper .numeral-mask {
    padding: 0 !important;
  }
  .numeral-mask {
    margin-inline: 1px !important;
  }
}
.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}
.light-style .auth-cover-bg-color {
  background-color: #f8f7fa;
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #2f3349;
}
.dark-style .auth-cover-bg-color {
  background-color: #25293c;
}
