.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 .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}
.authentication-wrapper .authentication-image {
  z-index: -1;
  inline-size: 100%;
  inset-block-end: 7%;
  position: absolute;
  inset-inline-start: 0;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  min-height: 100vh;
  position: relative;
}
.authentication-wrapper.authentication-cover .authentication-image {
  inline-size: 70%;
}
html:not([dir=rtl]) .authentication-wrapper.authentication-cover .authentication-image {
  inset-inline-start: unset;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 450px;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}


@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.98px) {
  .authentication-cover .authentication-image {
    inset-block-end: 9%;
  }
  [dir=rtl] .authentication-cover .authentication-image {
    inline-size: 65%;
  }
  
}
.form-card{
  margin-left: -90px;
  width: 475px;
}
.form-card{
  font-size: 16px;
  font-weight: 400;
  color: #344054;
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ff4d49;
}
.login-title{
  font-size: 28px;
  font-weight: 600;
  color: #101828;
}
.auth-form-submit-btn{
  background-color: #1570EF;
  font-size: 16px;
  padding: 16px;
  height: 48px;
}

.light-style .authentication-wrapper .authentication-bg {
  background-image:url(../../../img/login-right-bg.jpg);
  background-size: cover;
  background-position: center;
}
.page-right-section{
  background-image: url(../../../img/login-left-bg.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #30334e;
}
.auth-form-control{
  min-height: 48px;
}
.form-control:focus, .form-select:focus{
  outline: #D1E9FF !important;
  border-color: #D1E9FF !important ;
}
.authentication-wrapper{
  font-family: "Poppins", sans-serif;
}
.ml-10{
  margin-left: 10px;
}
@media (max-width: 912px) {
  .form-card.p-5{
    margin-left: 0px;
    width: inherit;
    padding: 15px !important;
  }
}