body {
    background: linear-gradient(to right,#8c31bf 0,#4e4add 100%);
}

.login {
    padding: 0 !important;
    margin-top: 3%;
}

.authentication-wrapper {
    box-shadow: 0 0.125rem 4rem 7px rgb(76 78 100 / 75%);
    min-height: auto !important;
}

.form-floating:not(.form-floating-outline) > .form-control, .form-floating:not(.form-floating-outline) > .form-control-plaintext, .form-floating:not(.form-floating-outline) > .form-select {
    background-color: #ffffff;
}

.form-floating:not(.form-floating-outline) > .form-control, .form-floating:not(.form-floating-outline) > .form-control-plaintext, .form-floating:not(.form-floating-outline) > .form-select {
    border: 0;
    border-bottom: 2px solid #8335bf;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

html:not([dir=rtl]) .input-group-merge .input-group-text:last-child {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}

.input-group-text {
    border: 2px solid #8933c1;
}

.btn-primary {
    background: linear-gradient(to right,#8c31bf 0,#4e4add 100%);
}

    .btn-primary:hover {
        background: linear-gradient(to right,#4e4add 0,#8c31bf 100%);
    }

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding-left: 0 !important;
}

.form-floating > label {
    padding-left: 0 !important;
}
.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%;
  }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ff4d49;
}

.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #30334e;
}
