@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  min-height: 650px;
}

body::before {
  content: '';
  background-image: url("../../HomeAssets/img/bg/bg-login.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-size: 79vmax;
}

@media screen and (max-width: 992px) {
  body::before {
    opacity: 0.2;
  }
}

.custum-nav .navbar-brand img {
  width: 210px;
}

.custum-nav #navbarNav .navbar-nav .nav-item .nav-link {
  color: #00AFEF;
  font-weight: 500;
  margin-left: 2.4em;
  -webkit-transition: .3s color;
  transition: .3s color;
  font-size: 1rem;
}

.custum-nav #navbarNav .navbar-nav .nav-item .nav-link:hover {
  color: #003f56;
}

.custum-nav #navbarNav .navbar-nav .nav-item .login-button {
  background-color: #00AFEF;
  color: white;
  border-radius: 2em;
  border: 1px solid transparent;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.custum-nav #navbarNav .navbar-nav .nav-item .login-button:hover {
  background-color: transparent;
  border: 1px solid #00A859;
}

@media screen and (max-width: 992px) {
  .custum-nav {
    margin-top: -2em;
  }
}

.custum-section-head {
  margin-top: 6em;
}

.custum-section-head .logo-sekolah img {
  width: 12em;
}

.custum-section-head .text-section-head h2 {
  font-weight: 600;
  font-size: 3.6rem;
  color: #00A859;
  white-space: nowrap;
  line-height: 1;
}

.custum-section-head .text-section-head h3 {
  font-weight: 400;
  font-size: 3rem;
  color: #00AFEF;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
}

.custum-section-head .text-section-head p {
  margin-top: 2em;
  font-size: 1.1rem;
  color: #424b59;
}

.custum-section-head .text-section-head a {
  margin-top: 2.2em;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  -webkit-transition: .8s background-color ease;
  transition: .8s background-color ease;
  border: 1px solid transparent;
}

.custum-section-head .text-section-head a:hover {
  background-color: transparent;
  color: #00A859;
  border: 1px solid #00AFEF;
}

.custum-section-head .text-section-head .tombol-masuk-sekarang {
  margin-top: 2.2em;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  -webkit-transition: .8s background-color ease;
  transition: .8s background-color ease;
  border: 1px solid #00A859;
  background-color: transparent;
  color: #424b59;
  font-weight: 500;
}

.custum-section-head .text-section-head .tombol-masuk-sekarang:hover {
  background-color: #00AFEF;
  color: white;
  border: 1px solid #00AFEF;
}

@media screen and (max-width: 992px) {
  .custum-section-head {
    margin-top: 3em;
    text-align: center;
  }
  .custum-section-head .text-section-head h2 {
    font-size: 3.2rem;
  }
  .custum-section-head .text-section-head h3 {
    font-size: 1.3rem;
  }
  .custum-section-head .logo-sekolah img {
    width: 6em;
  }
}

.main-section {
  margin-top: 9em;
  min-height: 350px;
  color: #00A859;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .main-section {
    margin-top: 2em;
  }
}
/*# sourceMappingURL=main.css.map */