#pendaftaran{
    padding: 40px 24px;
    margin-top: 100px;
}

@media (min-width: 992px) {
    #pendaftaran{
        padding: 64px 100px 68px 100px;
    }
    
}

#pendaftaran .desc{
    color: var(--Neutral400);
    font-weight: 500;
    text-align: justify;
}

#pendaftaran .title{
    font-size: 28px;
    line-height: 36px;
}

@media (min-width: 992px) {
    #pendaftaran .title{
        font-size: 56px;
        line-height: 64px;
    }  
}

#pendaftaran .subtitle{
    font-weight: 500;
    color: var(--Neutral300);
}

#pendaftaran .banner{
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 191px;
    margin-top: 48px;
}

@media (min-width: 992px) {
    #pendaftaran .banner{
        height: 328px;
        margin-top: 64px;
    }
}

#pendaftaran .input-label{
    background-color: transparent;
    padding: 0;
    padding-bottom: 8px;
    overflow: inherit;
}

#pendaftaran .input-genki{
    height: 52px;
    padding: 14px 24px;
    border: 1px solid var(--Neutral100);
    caret-color: var(--Primary500);
}

#pendaftaran .input-genki[type='file']{
    font-size: 12px !important;
    height: 100%;
}

#pendaftaran .input-genki[type='file']::-webkit-file-upload-button{
    background-color: var(--Primary500);
    color: white;
    outline: none;
    border: none;
}