@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;0,700;1,400&family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  font-family: 'Poppins', sans-serif;
}

#home {
  padding: 2rem 0 0 0;
  background-color:#F9D49B;
  
}

#index {
  position: fixed;
  z-index: 100;
}

nav {
  /* overflow: hidden; */
  /* position: fixed; */

  width: 100%;
  background-color: #FF9900;
  font-size: 20px;
}

.nav-link {
  font-weight: bold;
  color: black;
}

.navbar-brand {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.btn {
  font-size: 20px;
  background-color: white;
  color: black;
  font-weight: bold;
}

/* .nav-item {
  font-weight: 800px;
} */

.isitext {
  padding: 0 0 0 2rem;
  margin-top: 120px;
}

section {
  display: inline;
  /* overflow: auto; */
  height: 90vh;
  width: 100%;
}

.scrollspy-example {
  padding-top: 50px;
}

body {
  font-size: 1.2em;
  text-align: center;
  position: relative;
  background-color: #F9D49B;
  /* background-image: url(../img/1111\ \(7\).png); */
  background-size:cover; 
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}



img {
  margin-top: 10%;
}

.login1 {
  border: 5px solid black;
  border-radius: 20px;
  height: fit-content !important;
  width: 80%;
  padding: 10px;
  padding-top: -300px;
  padding-bottom: 100px;
  /* font-family: Georgia, serif; */
  margin-bottom: 100px;

  
}
.register {
  border: 10px groove black;
  border-radius: 20px;
  height: 50%;
  width: 35%;
  padding: 10px;
  padding-top: -10px;
  font-family: Georgia, serif;
  margin-bottom: 5px;
}
.form-control {
  height: 40px !important;
  margin-bottom: 5px;
  border: 1px solid black !important;
  
}
select {
  width: 100% !important;
}

.btn {
  width: 25%;
  background-color: #FF9900!important;
  color: black !important;
  border: 2px solid white !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  font-size: 1em;
}
.btn:hover {
  background-color:white!important;
  color: black !important;
  border: 2px solid black !important;
}

.btn1 {
  width: 25%;
 background-color: #FF9900;
  color: black !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  font-size: 1em;
}
.btn1:hover {
  background-color: #F9D49B;
  color: black !important;

}
  
.btnbelum {
  width: 50%;
  color: black !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  font-size: 1em;
}
.btnbelum:hover {
  
  color: black !important;

}
/*sudah punya akun*/
.btn2 {
  width: 25%;
  color: black !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1em;
}
.btn2:hover {
 
  color: black !important;
 
}


.btnguru {
  width: 25%;
 
  color: black   !important;
 
  font-family: Georgia, serif !important;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1em;
}
.btnguru:hover {
  
  color: black !important;
  
}
h3 {
  font-family: Georgia, serif;
}


.signin {
  text-align: center;
  font-size: small;
  margin-top: 10px;
  font-size: 18px;
}

span a {
  text-decoration: underline;
  font-weight: 700;
  color: black;
  transition: 0.5s;
}

span a:hover {
  text-decoration:underline;
  color: #000;
}





@media (max-width: 1000px) {
  section {
    overflow: auto;
    /* height: 90vh; */
    width: 100%;
  }

  .isitext {
    padding: 0 0 0 2rem;
    margin: auto;
    margin-top: 100px;
  }

  .scrollspy-example {
    width: 100%;
  }

  .gambar {
    height: fit-content;
    width: fit-content;
  }
  .login1 {
    border: 5px solid black;
    border-radius: 20px;
    height: fit-content;
    width: 90%;
    padding: 50px;
    /* padding-top: -300px; */
    font-family: Georgia, serif;
    margin-bottom: 5px;
    
  }
}
.btnbelum {
  /* width: 50%; */
  color: black !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  font-size: 18px;
  
}


@media (max-width: 480px) {
  .scrollspy-example {
    padding-top: 90px;
  }
  /* .login1 {
    border: 5px solid black;
    border-radius: 20px;
    height: fit-content;
    width: 90%;
    padding: 50px;
    padding-top: -300px;
    font-family: Georgia, serif;
    margin-bottom: 5px;
    
  } */
}
.form-control {
  height: 50px !important;
  margin-bottom: 5px;
  border: 1px solid black !important;
  font-size:18px !important;
  height: 50px !important;
}
select {
  width: 100% !important;
  font-size: 40px !important;
}
.form-select {
  background-color: white !important;
  color: orange !important;
  border: 1px solid black !important;
  height: 90px;
}
#sub_btn {
  width: 100%;
  height: 40px;
  font-size: 18px !important;
}
b{
  height: fit-content;
}
.btnbelum {
  /* width: 50%; */
  color: black !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  font-size: 18px;
  
}
/* .btn2 {
  width: 40%;
  height: 70px;
  font-size: 38px !important;
  border: 2px solid white !important;
} */

