/* Custom styles for the cmsplugin_contact_plus */

#contact-section input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]) {
    width: 100%
}

#contact-section input[type=submit] {
    margin-top: 20px;
    background-color: #316e8c;
    font-weight: bold;
    color: white;
}

#contact-section label {
    display: none;
}