.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: 2rem;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100%;
  margin: auto 0;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
  width: 100%;
  margin: 2rem 0 2rem 2rem;
  height: calc(100vh - 4rem);
  border-radius: 1.125rem;
  position: relative;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
  max-height: 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: 557px;
  position: relative;
}
/*body {
  background-image: url("/images/logo/background.png");
  background-color: #5E3FB8;
}*/
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none;
  }
}
@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: #ea5455;
}

.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;
}



.left-bg-img {
    /* background: #3a2185; */
    /* background: #3a2185 url(/images/logo/VELS_Institute_Admissions_2025.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.20);
}
.waves-effect {
    font-family: Segoe UI;
    border-radius: 0;
}
.myslider.slick-vertical .slick-slide {
  text-align: center;
}
.myslider .slick-slide img {
  display: inline-block;
}
.log-app-icon img 
{
  width: 110px;
}
.a-lms-logo img {
    width: 93px;
}
.border-righti-left {
    border-left: 1px solid #45404036;
}
.myslider {
  max-height: 70px;
}
.forgot-pass small {
    color: #05b2dcc2;
}
.card-body-center
{
  align-items:center;
}

.myslider
{
  display: flex;
  width: 353px;
  height: 66px;
  padding-top: 7px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
