.judul-ppdb {
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
    color: #EEB752;
    margin-bottom: 0;
    line-height: 1.1;
  }

  .subjudul-ppdb {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    color: #000;
    margin-top: 0;
    line-height: 1;
  }

  @media (max-width: 640px) {
    .judul-ppdb {
      font-size: 1.8rem;
    }

    .subjudul-ppdb {
      font-size: 1.3rem;
    }
  }

  .blok-judul {
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
  }



  .login-container {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 0.8rem;
  }

  .login-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #000000;
  }

  .button-group {
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    overflow: hidden;
  }

  .button-group button {
    padding: 8px 48px;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 0.9rem;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
  }

  .button-group .active {
    background-color: #FFB703;
    color: #000;
    border-radius: 50px;
  }

  .button-masuk {
    background-color: #FFB703;
    color: #000000;
  }

  .button-masuk:hover {
    background-color: #de9f00;
  }

  .button-group .inactive {
    color: #000;
  }

  .bg-input-color {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
  }

  /* Responsive ukuran untuk layar kecil */
  @media (max-width: 640px) {
    .button-group button {
      padding: 8px 24px;
      font-size: 0.8rem;
    }

    .login-title {
      font-size: 0.9rem;
    }

    .login-container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }


  @media (max-width: 640px) {
    .login-img-wrapper {
      justify-content: center !important;
    }

    #login-img {
      border-radius: 22px 22px 0 0 !important;
    }
  }


  
.card-rounded {
    border-radius: 22px;
  }
  .button-rounded {
    border-radius: 22px;
  }