@media only screen and (max-width: 480px) {
    label {
        display: block;
        width: 100% !important;
    }
    select {
        font-size: 11px;
    }
    select.date {
        width: 22% !important;
    }
    .input-md,
    .input-lg {
        width: 100%;
    }
}
