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: 80%;
    width: 80%;
    padding: 10px;
    padding-top: -300px;
    font-family: Georgia, serif;
    margin-bottom: 5px;
  
    
  }
  .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;
  }



