/* Small page-specific styles for daftar (registration) pages */


.daftar-logo{
    max-width:120px;
    height:auto;
    /* border-radius:50%; */
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.daftar-card{
    border:0;
}

.daftar-success-card{
    max-width:720px;
    margin:40px auto;
    padding:24px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.daftar-info p{margin-bottom:6px}

@media (max-width:767px){
    .daftar-logo{max-width:88px}
    .daftar-success-card{margin:20px;padding:16px}
}

button.btn-daftar{
    background:#F8D774;
    color:#172345;
    border-radius:6px;
    padding:10px 20px;
    font-weight:600;
    transition:all 0.3s ease;
}

.form-check-input:checked{
    background-color:#F8D774;
    border-color:#000000;
}

.card-bukti-transfer{
    background:#F8D774;
    color:#172345;
    border-radius:6px;
    padding:10px 20px;
    font-weight:600;
    transition:all 0.3s ease;
}


