/* For desktop screens */
@media only screen and (min-width: 601px) {
    .formular {
        height: 600px;
        width: 100% !important;
    }
}