.sponsorship_area {
    background-color: white;
    padding: 5px 0;
}

.sponsorship_area .container {
    padding-left: 5px;
    padding-right: 5px;
}

.main_title {
    padding: 5px;
}

.main_title h2 {
    font-size:  24px;
    font-weight: bold;
}

.yellow_card {
    background-color: #FFD200;
    padding: 25px;
    border-radius: 8px;
    margin-top: -60px;
}

.sponsorship_form {
    font-size: 1.2em;
    font-weight: 500;
}

.form-group label {
    font-size: 1em;
    font-weight: bold;
}

.required {
    color: red;
}

.form-control {
    font-size: 1em;
}

.privacy-policy {
    font-size: 0.9em;
    margin-top: 10px;
}

.privacy-policy a {
    color: blue;
    text-decoration: underline;
}

.submit-btn {
    background-color: #003399;
    color: white;
    border: none;
    font-size: 1.1em;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 5px;
}

.submit-btn:hover {
    background-color: #002266;
}

/* Target placeholders in all inputs and textareas */
::placeholder {
    font-size: 12px; /* Adjust as needed */
}

/* For WebKit browsers like Chrome, Safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 12px;
}

/* For Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 12px;
}

/* For IE/Edge */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 12px;
}

/* For Edge (newer versions) */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 12px;
}


.registration-area h2 {
    font-size: 24px;
    letter-spacing: 1px;
}
.registration-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}
.registration-card .card-header {
    font-size: 1.2rem;
    padding: 15px;
}
.registration-card .card-body {
    font-size: 0.95rem;
    padding: 25px 20px;
    color: #000;
}
.registration-card ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.registration-card .btn {
    border-radius: 25px;
    font-weight: bold;
    font-size: 1rem;
}
