*,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


body{
    background-color: #01386A;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 200vh;
    
}

.logo img {
  height: auto;
  width:100;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: 0px;
  margin-left: 40px;
}

.logo {
  align-items: center;
  margin-right: 50px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  box-shadow: .5px .5px 10px;
  top:0;
  z-index: 100;
  height: 100px;

}
.container {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin:auto;
  margin-top: 150px;
  }
  
  .container h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #01386A;
    
  }
  .daftar{
    font-family: arial;
  }
  
  .input-group {
    margin-bottom: 20px;
  }
  
  .input-group label {
    display: block;
    margin-bottom: 5px;
  }
  
  .input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .input-group small {
    color: #888;
  }
  
  .checkbox-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  
  .checkbox-group input {
    margin-right: 10px;
  }
  .peserta a,
.pengajar a {
    text-decoration: none; /* Hilangkan garis bawah pada link */
    color: inherit; /* Warisi warna teks dari button */
    display: block; /* Agar button mengisi area link sepenuhnya jika ada padding */
}

.tombolatas{
        display: flex; /* Mengaktifkan Flexbox */
        justify-content: center; /* Opsional: Memusatkan tombol secara horizontal */
        gap: 20px; /* Opsional: Memberi jarak antar tombol */
        /* Tambahkan margin atau padding sesuai kebutuhan layout Anda */
        margin-top: 30px; /* Contoh */
    
}
  .peserta{
    width: 150px;
    margin-bottom: 10px;
  }
  .pengajar{
    width: 150px;
  }
  #pengajar{
    background-color: #888;
  }
  button {
    width: 100%;
    padding: 10px;
    background-color: #01386A;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight:bold;
    align-items: center;
  }
  
  button:hover {
    background-color: #0056b3;
  }

  .syarat{
    text-decoration: none;
    color: #0056b3;
  }
  .ketentuan{
    text-decoration: none;
    color: #0056b3;
  }
  .kebijakan{
    text-decoration: none;
    color: #0056b3;
  }