html {
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
}

.bg1 {
  background: #e1eff2 !important;
}

.bg2 {
  background: #ebeeea !important;
}

.bg3 {
  background: #388595 !important;
}

/* ========================================== Login Css Start =================================== */
section.loginSection {
  position: relative;
  height: 100vh;
}

.loginBlock:after {
  content: "";
  border-bottom: 16px solid #ffffff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 10%;
  width: 0;
  left: -21px;
  margin: 0 auto;
  z-index: 1;
  transform: rotate(-90deg);
}

section.loginSection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #388595;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-alumni-img .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 15px solid #fff;
  border-right: 0;
  height: 550px;
}

.phoneNumber span {
  font-size: 13px;
  color: #000;
  font-weight: 300;
}

.phoneNumber span a {
  color: #000;
}

.phoneNumber span svg {
  width: 18px;
  fill: #388595;
  position: relative;
  top: -2px;
  right: 5px;
}

.loginBlock {
  background: #fff;
  padding: 30px 55px 20px;
  position: relative;
}

img.adminLogo {
  width: 220px;
}

.mainFormProduct button.mainBtn {
  display: flex;
  background: #388595;
  color: #fff;
  padding: 17px 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid #388595;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.mainFormProduct button.mainBtn svg {
  width: 43px;
  fill: #fff;
  position: relative;
  top: -2px;
}

h1.loginHead {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #2a2a2a;
  font-weight: 500;
  padding: 9px 0px 9px 0px;
}

h1.loginHead small {
  font-size: 78%;
  color: #8f8f8f;
  font-weight: 400;
}

.loginForm label.form-label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.groupIcon {
  position: relative;
}

.groupIcon svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 20px;
  fill: #121212;
}

.loginForm input,
.loginForm select {
  border-radius: 5px;
  border: 1px solid rgb(225, 239, 242);
  background-color: rgba(225, 239, 242, 0.41);
  padding: 6px 12px 6px 40px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.loginForm select option {
  font-weight: 600;
  color: #000;
}

.loginForm .form-control:focus,
.loginForm .form-control:active,
.loginForm .form-select:focus,
.loginForm .form-select:active {
  color: #000;
  border: 1px solid rgb(225, 239, 242);
  background-color: rgba(225, 239, 242, 0.41);
  box-shadow: none;
}

/* ========================================== Login Css End =================================== */
/*================================== Main Form CSS Start ================================*/
.mainForm label.form-label {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.mainForm input,
.mainForm select,
.mainForm textarea {
  border-radius: 0;
  border: 0;
  background-color: #e7ebf5;
  padding: 6px 9px;
  height: 38px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.mainForm .form-control:focus,
.mainForm .form-control:active,
.mainForm .form-select:focus,
.mainForm .form-select:active {
  color: #000;
  background-color: #e7ebf5;
  border: 0;
  box-shadow: none;
}

a.mainBtn,
button.mainBtn {
  display: inline-block;
  background: #388595;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #388595;
}

a.mainBtn svg,
button.mainBtn svg {
  width: 16px;
  fill: #fff;
  position: relative;
  top: -2px;
}

/*================================== Main Form CSS End ================================*/
/*================================== Footer CSS Start ================================*/
footer.copyrights {
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  padding: 4px 4px;
  transition: all 0.5s ease;
}

footer.copyrights p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
  display: flex;
  font-style: italic;
}

footer.copyrights img {
  width: 100px;
  margin-left: 10px;
}

footer.copyrights p a {
  color: #333;
}

.skoolReadyLinkdin {
  color: #2c6eb1;
  font-size: 17px;
}

.forgetLink {
  font-size: 15px;
  font-weight: 500;
  color: #393838;
}

h1.loginHead span {
  font-size: 105%;
  color: #388595;
  font-weight: 600;
}

a.productBtn {
  background: transparent;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
}

a.productBtn svg {
  fill: #000;
}

/*================================== Footer CSS End ================================*/
.resetSuccess {
  background: #fff;
  padding: 40px 36px 40px;
  position: relative;
  border-radius: 5px;
}

.resetSuccess .succesIcon svg {
  width: 78px;
}

.resetSuccess h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 27px 0px 14px 0px;
  margin: 0;
  color: #000;
}

.resetSuccess p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 36px;
  line-height: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .wrapper-alumni-img .carousel-item img {
    border: 10px solid #fff;
    height: 495px;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    zoom: 1.05;
  }
  .wrapper-alumni-img .carousel-item img {
    height: 625px;
  }
  section.loginSection {
    position: relative;
    height: 95vh;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-alumni-img .carousel-item img {
    height: 240px;
    border: 0;
  }
  .mainFormProduct button.mainBtn {
    padding: 11px 15px;
    font-size: 17px;
    line-height: 19px;
    gap: 8px;
  }
  .mainFormProduct button.mainBtn svg {
    width: 38px;
  }
  .wrapper-alumni-img.position-relative {
    padding: 10px;
  }
  .loginBlock {
    padding: 20px 20px 20px;
  }
  .loginBlock:after {
    display: none;
    visibility: hidden;
  }
  .topLoginSec {
    margin-top: 12px !important;
  }
  .bg1 {
    background: #ffffff !important;
  }
  h1.loginHead {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
    padding: 0px 0px 14px 0px;
  }
  img.adminLogo {
    width: 200px;
  }
  footer.copyrights img {
    width: 85px;
    margin-left: 4px;
  }
  .phoneNumber span svg {
    width: 15px;
    top: -2px;
    right: 2px;
  }
  .phoneNumber span {
    font-size: 12px;
  }
  footer.copyrights p {
    font-size: 12px;
  }
  footer.copyrights {
    padding: 3px 0px;
  }
}/*# sourceMappingURL=main.css.map */