@media only screen and (max-width: 1124px){
    .register-section .image-side{
        display: none;
    }
    .text-side > *,
    .register-form{
        max-width: unset;
    }
}

@media only screen and (max-width: 512px){
    .register-form .input-container .col-6{
        padding: 0 !important;
        width: 100%;
    }
    .register-form .input-container{
        row-gap: 10px;
    }
    .mukellef-select{
        flex-direction: column;
    }
}