@media only screen and (max-width: 600px) {
    /*.top_section{*/
    /*    display: none;*/
    /*}*/
    .bottom_section{
        display: none;
    }
    /*.reg_top_section{*/
    /*    display: none;*/
    /*}*/
    .reg_bottom_section{
        display: none;
    }
    .login_title {
        color: var(--Neutral-Near-Black, #0E0E0E);
        font-family: 'Libre Bodoni';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%; /* 50.04px */
        text-transform: capitalize;
    }
    .login_container{
        padding: 0px;
    }
    .login_section{
        padding-top: 74px;
    }
    .checkbox_main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: -13px;
        width: 100%;
    }
    .login_bar{
        padding: 0px;
        position: static;
        top: 73px;
    }
    .login_form{
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #D0D0D0;
        padding: 0px;
        width: 100%;
    }
    .form_main{
        padding: 40px 24px;
    }

}