﻿form div {
    min-width: 400px;
}

@media only screen and (max-width: 600px) {

    form div {
        min-width: auto;
    }
}