.content_wrapper {
    margin-left: 0;
    margin-right: 0;
}

.reg_bg {
    background-image: url(../images/reg_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.registration_page {
    padding: 70px 0;
    color: #fff;
}

.registration_box {
    padding: 40px;
    max-width: 659px;
    margin: 0 auto;
    /* border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(223deg, #505279 0%, #1E1563 37%, #070828 100%); */
}

.logo_icon_outer {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
}

.logo_icon_outer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.registration_box h5,
.reg_title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}

.registration_box p,
.reg_dec {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.registration_box form {
    padding: 40px 0 0;
}

.registration_box .form-check.login-check {
    margin: 30px 0;
}

.form-check.login-check {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 0 !important;
    margin: 0;
}

.login-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
    border-width: 2px;
    margin: 0 !important;
    float: unset !important;
    box-shadow: none !important;
    background-color: transparent;
    cursor: pointer;
}

.login-check input[type="checkbox"]:checked {
    background-color: #0d6efd !important;
}

.btn-outline-white {
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-outline-white:hover {
    color: #080C49;
    background-color: #fff;
}

.mw-200 {
    min-width: 200px;
}

.how_to_box {
    padding: 40px;
    max-width: 659px;
    margin: 0 auto;
    /* border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    background: rgba(0, 0, 0, 0.24);
    margin-top: 30px !important; */
}

.how_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    list-style: auto;
    padding-left: 18px;
    margin: 0;
}

.how_list p {
    margin: 0;
}

.form-control {
    padding: 14px 18px !important;
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: none !important;
}

.form-control::placeholder {
    font-size: 14px;
    color: #00000057 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 20px;
}

.input_error {
    font-size: 13px;
    font-weight: 200;
}

.partners_section {
    padding-bottom: 60px;
    overflow: hidden;
    background: rgba(2, 17, 50, 1);
    padding-top: 36px;
    padding-left: 48px;
    padding-right: 48px;
}

.sectionTitle {
    font-size: 37px;
    font-weight: 700;
}

.partners_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.partner_item {
    width: 25%;
}

.part_icon {
    width: 100px;
    height: 100px;
    margin: auto;
}

.part_icon img,
.part_icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.part_title {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 12px;
}

/* New css */
.childone {
    /* background: linear-gradient(214.24deg, #4A4D76 0%, #0B0730 49.04%, #000000 100%); */
    border-radius: 22px 0 0 22px;
}

.childtwo {
    background: rgba(255, 255, 255, 0.062);
    backdrop-filter: blur(20px);
    border-radius: 0 22px 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



@media (max-width: 1199.98px) {
    /* .part_icon {
        width: 50px;
        height: 50px;
    } */

}

@media (max-width: 991.98px) {
    .childone {
        border-radius: 22px 22px 0 0;
    }

    .childtwo {
        border-radius: 0 0 22px 22px;
    }

    .mw-600 {
        max-width: 600px;
        margin: auto;
    }

    .registration_box {
        padding: 54px 40px;
    }

    .how_to_box {
        padding: 40px 24px;
    }

    .registration_page {
        padding: 30px 0;
    }

    .part_title {
        font-size: 16px;
    }

    .sectionTitle {
        font-size: 27px;
    }
}

@media (max-width:575.98px) {
    .partners_section {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .registration_box {
        padding: 50px 20px;
    }

    .how_to_box {
        padding: 40px 20px;
    }

    .registration_box h5,
    .reg_title {
        font-size: 24px;
    }

    .registration_box p,
    .reg_dec {
        font-size: 16px;
    }

    .registration_box form {
        padding: 30px 0 0;
    }
    .partner_item {
        width: 45%;
    }

    .partners_list {
        flex-wrap: wrap;
        gap: 42px 15px;
    }
}