body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
#header{
    background-image: linear-gradient(40deg, #3c8dbc 20%,white);
  }
  #registrasi:hover{
    background-color: #e06d69;
  }
  @media(min-width: 678px){
    #navigasi{
      display: none;
    }
  }
  #warna {
    color: white;
  }
  #no {
    width: 20px;
  }
  #opsi {
    width: 200px;
  }
  #img-admin {
    width: 150px;
  }
  #tanggal{
    width: 40%;
  }
  #tgl-login{
    color: #0092e6;
    font-weight: 900;
  }
  @media(max-width: 768px){
    #scroll{
      
    }
    #warna{
      display: none;
    }
    #tgl-login{
      color: white;
      text-align: center;
    }
  }

  
  .register{
    background: -webkit-linear-gradient(left, #01c762, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #01c762;
    color: #fff;
    font-weight: 600;
    width: 30%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #01c762;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #01c762;
    border: 2px solid #01c762;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

