.borderRadius5 {
  border-radius: 5px 5px;
}

.borderRadius8 {
  border-radius: 8px 8px;
}

.borderRadius15 {
  border-radius: 15px 15px;
}

.borderRadius25 {
  border-radius: 25px 25px;
}

.loginPageSection {
  background: url(../../../../../newdesign/img/loginBg.svg);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 426.98px) {
  .loginPageSection {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.loginPageSection .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background: rgba(39, 39, 39, 0.45);
}
.loginPageSection .loginWrapper {
  position: relative;
  z-index: 9;
  max-width: 80%;
  width: 100%;
  height: 100vh;
  margin: auto;
}
@media (max-width: 991.98px) {
  .loginPageSection .loginWrapper {
    height: 100%;
  }
}
@media (max-width: 426.98px) {
  .loginPageSection .loginWrapper {
    margin: 48px auto;
    max-width: 92%;
  }
}
.loginPageSection .loginWrapper .innerWrapper {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 580px;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px;
  overflow: hidden;
}
.loginPageSection .loginWrapper .innerWrapper .wrapper {
  padding: 40px 30px;
  height: 580px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .loginPageSection .loginWrapper .innerWrapper {
    max-width: unset;
    overflow: unset;
    height: unset;
  }
  .loginPageSection .loginWrapper .innerWrapper .wrapper {
    height: unset;
    background: #ffffff;
  }
}
@media (max-width: 426.98px) {
  .loginPageSection .loginWrapper .innerWrapper {
    height: 100%;
  }
  .loginPageSection .loginWrapper .innerWrapper .wrapper {
    height: unset;
    padding: 40px 20px;
  }
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils {
  background: rgba(33, 32, 96, 0.96);
  align-items: flex-start;
  padding: 30px 48px;
}
@media (max-width: 426.98px) {
  .loginPageSection .loginWrapper .innerWrapper .loginDetils {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils h2 {
  text-align: center;
  margin: 0 auto 52px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils .servicesList {
  list-style: none;
  padding: 0;
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils .servicesList li {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils .servicesList li .icon {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 8px 8px;
  padding: 10px;
  margin-right: 12px;
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils .servicesList li .icon img {
  width: 68px;
}
.loginPageSection .loginWrapper .innerWrapper .loginDetils .servicesList li p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 426.98px) {
  .loginPageSection .loginWrapper .innerWrapper .loginDetils .servicesList li p {
    max-width: 76%;
  }
}
.loginPageSection .loginWrapper .innerWrapper .logo_image {
  max-width: 220px;
  width: 100%;
}
.loginPageSection .loginWrapper .innerWrapper .logo_image img {
  margin-bottom: 18px;
}
.loginPageSection .loginWrapper .innerWrapper .logo_image p {
  font-size: 18px;
  color: #272727;
  text-align: center;
  margin: auto;
}
.loginPageSection .loginWrapper .innerWrapper .loginForm {
  max-width: 85%;
  width: 100%;
}
.loginPageSection .loginWrapper .innerWrapper .loginForm .form-group input {
  font-size: 16px;
}
.loginPageSection .loginWrapper .innerWrapper .loginForm .form-group .invalid-feedback {
  font-size: 14px;
}
.loginPageSection .loginWrapper .innerWrapper .loginForm .form-group button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 46px;
  font-size: 18px;
  border-radius: 25px;
  margin: 12px auto 0;
  background: #212060;
}
.loginPageSection .loginWrapper .innerWrapper .loginForm a.btn-link {
  font-size: 18px;
  color: #1F5EF2;
}/*# sourceMappingURL=localhost.css.map */