@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 .loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 168, 89, 0.1);
  z-index: 10000;
  color: #00A859;
  /* display: none; */
}

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;
  z-index: -100000;
}

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

.card-custum-registrasi {
  border-radius: 2em;
  background-color: rgba(0, 168, 89, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.card-custum-registrasi .card-body {
  color: #00A859;
}

.card-custum-registrasi .card-body .container-login-mandiri .form-group input[type=text],
.card-custum-registrasi .card-body .container-login-mandiri .form-group input[type=email],
.card-custum-registrasi .card-body .container-login-mandiri .form-group input[type=password] {
  border: 1px solid #00AFEF;
  border-radius: 3em;
}

.card-custum-registrasi .card-body .container-login-mandiri .tombol-registrasi {
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  padding-left: 4em;
  padding-right: 4em;
  border: 1px solid transparent;
  -webkit-transition: .3s background-color ease;
  transition: .3s background-color ease;
}

.card-custum-registrasi .card-body .container-login-mandiri .tombol-registrasi:hover {
  background-color: transparent;
  color: #00A859;
  border: 1px solid #00A859;
}

.card-custum-register {
  background-color: rgba(0, 168, 89, 0.1);
  margin: .3em auto;
  border-radius: 2em;
}

.card-custum-register .card-title {
  padding: 1em 0;
}

.card-custum-register .card-title h2 {
  text-align: center;
  color: #00AFEF;
  font-size: 1.2rem;
  font-weight: 500;
}

.container-success .box-success {
  margin: 2em 0;
}

.container-success .box-success h2 {
  color: #761919;
  font-size: 2rem;
  font-weight: 400;
  white-space: nowrap;
}

.container-success .box-success p {
  color: #00A859;
  font-weight: 700;
  font-size: 1.2rem;
}

.container-success .box-success .btn-kembali {
  margin: 2em 0;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  padding-left: 4em;
  padding-right: 4em;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: .4s background-color ease-in-out;
  transition: .4s background-color ease-in-out;
}

.container-success .box-success .btn-kembali:hover {
  background-color: transparent;
  border: 1px solid #00AFEF;
  color: #00AFEF;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .container-success .box-success {
    margin: 1em;
  }
  .container-success .box-success h2 {
    color: #761919;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
  }
  .container-success .box-success p {
    color: #00A859;
    font-weight: 700;
    font-size: 1rem;
  }
}

.container-success .text-sekolah h2 {
  font-size: 3rem;
  white-space: nowrap;
  color: #424b59;
}

.container-success .text-sekolah h3 {
  font-size: 1.3rem;
  white-space: nowrap;
  color: #00AFEF;
}

@media screen and (max-width: 992px) {
  .container-success .text-sekolah h2 {
    font-size: 2rem;
    white-space: nowrap;
    color: #424b59;
  }
  .container-success .text-sekolah h3 {
    font-size: .9rem;
    white-space: nowrap;
    color: #00AFEF;
  }
}

.container-success .box-sekolah {
  margin-top: 5em;
}

.container-success .box-sekolah .logo-sekolah .logo {
  width: 10em;
  height: 10em;
  background-repeat: no-repeat;
  background-size: 10vmax;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .container-success .box-sekolah {
    margin-top: 2em;
  }
  .container-success .box-sekolah .logo-sekolah .logo {
    width: 5em;
    height: 5em;
    background-repeat: no-repeat;
    background-size: 10vmax;
    background-position: center;
  }
}

.container-error .box-error {
  margin: 2em 0;
}

.container-error .box-error h2 {
  color: #761919;
  font-weight: 400;
  white-space: nowrap;
}

.container-error .box-error .btn-kembali {
  margin: 2em 0;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  padding-left: 4em;
  padding-right: 4em;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: .4s background-color ease-in-out;
  transition: .4s background-color ease-in-out;
}

.container-error .box-error .btn-kembali:hover {
  background-color: transparent;
  border: 1px solid #00AFEF;
  color: #00AFEF;
  font-weight: 700;
}

.container-error .box-error p {
  color: #761919;
}

.container-error .box-error ol li {
  color: #761919;
}

.container-error .box-error h4 {
  color: #761919;
}

@media screen and (max-width: 992px) {
  .container-error .box-error .btn-kembali {
    margin: 2em auto;
  }
}

.container-error .text-sekolah h2 {
  font-size: 3rem;
  white-space: nowrap;
  color: #761919;
}

.container-error .text-sekolah h3 {
  font-size: 1.3rem;
  white-space: nowrap;
  color: #00AFEF;
}

@media screen and (max-width: 992px) {
  .container-error .text-sekolah h2 {
    font-size: 2rem;
    white-space: nowrap;
    color: #761919;
  }
  .container-error .text-sekolah h3 {
    font-size: .9rem;
    white-space: nowrap;
    color: #00AFEF;
  }
}

.container-error .box-sekolah {
  margin-top: 5em;
}

.container-error .box-sekolah .logo-sekolah .logo {
  width: 10em;
  height: 10em;
  background-repeat: no-repeat;
  background-size: 10vmax;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .container-error .box-sekolah {
    margin-top: 2em;
  }
  .container-error .box-sekolah .logo-sekolah .logo {
    width: 5em;
    height: 5em;
    background-repeat: no-repeat;
    background-size: 10vmax;
    background-position: center;
  }
}
/*# sourceMappingURL=register.css.map */