#impresasoft_events_shortcode input,
#impresasoft_events_shortcode textarea {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}

#impresasoft_events_shortcode textarea {
    height: 150px;
}

#impresasoft_events_shortcode input[type="submit"] {
    box-shadow: 3px 4px 0px 0px #1564ad;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 5px;
    border: 1px solid #337bc4;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

#impresasoft_events_shortcode input[type="submit"]:hover {
    background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    background-color: #378de5;
}

#impresasoft_events_shortcode input[type="submit"]:active {
    position: relative;
    top: 1px;
}