.wosk_download_form{
    padding: 0.5em;
    box-shadow: 0px 90px 160px 0px rgba(0,0,0,0.06); 
}
.wosk_download_form_field_container {
    display: inline-block;
    width: 100%;    
    padding: 8px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        .wosk_download_form_field_half {
            float: left;
            width: 100%!important;
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .wosk_download_form_field_half {
        float: left;
        width: 50%;
    }
}

.wosk_download_form  input[type=text], 
.wosk_download_form  input[type=date],
.wosk_download_form  input[type=datetime],
.wosk_download_form  input[type=number],
.wosk_download_form  input[type=search],
.wosk_download_form  input[type=time],
.wosk_download_form  input[type=url],
.wosk_download_form  input[type=email],
.wosk_download_form textarea, .wosk_download_form select{    
    width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: initial;
}
.wosk_download_form  input[type=checkbox] {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-color: #eee;
    font-style: normal;
    vertical-align: middle;
    content: "";
}

.wosk_download_form  button {
    display: inline-block;
    cursor: pointer;
    padding: 16px;
    margin: 0 0 0 18px;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 900!important;
    text-transform: uppercase!important;
    transition: background-color 300ms ease 0ms;
}

.wosk_download_form  button[type=submit] {
    background-color: #f39c12!important;
    color: #ffffff!important;
    float: right;
}
.wosk_download_form  button[type=submit]:hover {
    background-color: #f2c174!important;
}

.wosk_download_form div {
    padding: 8px;
}
.wosk_download_form div h4{
    padding-bottom: 0px;
}