/***********************
    Form start
************************/

@media only screen and (max-width:599px) {
    .sdx-form .sdx-input-row{
        flex-direction: column;
    }

    .sdx-input-row .sdx-label{
        flex-basis: auto;
    }
}

/***********************
    Form end
************************/