@media screen and (max-width: 1024px) {
    #customer_login{
        display: flex;
        flex-direction: column;
    }
    #customer_login .col-1{
        width: 100%;
    }
    #customer_login .col-2{
        width: 100%;
    }
}