#form2 {
    color: #474747;
    font-family: Roboto, Arial, sans-serif !important;
}

    #form2 a {
        color: var(--bs-warning);
        text-decoration: none;
    }


.p-md-6 {
    padding: 4rem !important;
}

.bg-warning-240 {
    background: rgba(255, 175, 31, 0.24) !important;
}

input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
    border-color: var(--bs-warning);
    box-shadow: 0 0 0 0.25rem rgba(255, 175, 31, 0.25); 
}

.terms-text {
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .terms-text a {
        color: #FFAF1F;
        font-weight: 600;
        text-decoration: none;
    }


    @media (max-width: 768px) {
        .p-md-6 {
            padding: 4rem 23px !important;
        }
    }