.right-section {
    background-color: #f7dfb0;
    border-radius: 115px;
    padding: 25px;
}

.form-txt-header {
    text-align: center;
    color: rgb(0,44,84)
}

.list-unstyled {
    margin-top: 20px
}
.list-unstyled li {
    font-size: 15px;
}

.form-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px
}

.form-info input[type="checkbox"] {
    margin-top: 5px;
}

.checkbox-text {
    text-align: justify;
    color: black;
    font-size: 10px;
    line-height: 1.2;
}

.me-2 img{
    width: 30px;
}

.balance-form-field {
    background-color: #fdf8ee;
    border-radius: 75px;
}

.is-invalid {
    border: 2px solid red;
}

.btn-send {
    color: rgba(22,12,21,0.91);
    background-color: #fdf8ee;
    border-radius: 75px;
    margin-right: 20px;
    font-size: large;
    font-weight: bold;
}

.submit-button {
    text-align: right;
}

.logo > img  {
    height: auto;
    width: 15%;
}

h3.thank-you-uneo {
    color: #002C54;
    font-weight: 600;
    font-size: 25px;
    text-transform: none;
}

p.thank-you-uneo{
    font-size: 15px;
    margin-bottom: 0
}
@media (max-width: 768px) {
    .left-section, .right-section {
        width: 100%;
    }

}
@media (min-width: 768px) {
    .px-md-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}

.pd-100{
    padding-right:100px;
}
.img-fix-position{
    display: inline-block;margin-top: -65px;
}

.left-section-wrapper {
    display: flex;
    flex-direction: column;
}

.earth-image-container {
    text-align: center;
    margin-top:-40px;
}

.earth-image-container img {
    width: 40%;
    height: auto;
}

.logo-container {
    margin: 0 30px 0 30px;
    align-content: center;
    padding: 0 10px 0 10px;
}

.logo-container img {
    width: 50%;
    height: auto;
}
.extra-large-checkbox{
    transform: scale(1.5);
}

.b2b-color{
    color:#002c54;
}
.b2b-color ul.list-unstyled li{
    font-size: 16px;
}
div.b2b-footer p
{
    margin:0;
    padding:0;
    font-size:9px;
}
.b2b .btn-send{
    background-color: #002c54;
    color: white;
}
