/*
 Theme Name:   grandjean
 Description:  GrandJean institut website
 Author:       tribord Digital
 Author URI:   http://triborddigital.com
 Template:     master
 Version:      1.0
*/


.contact-form-wrapper {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}


.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="select"], .contact-form-wrapper input[type="email"], .contact-form-wrapper textarea {
    min-height: 50px;
    font-weight: 700;
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 50px;
    margin-top: 10px;
}

.contact-submit input.wpcf7-form-control.wpcf7-submit {
    color: #000 !important;
    font-weight: 700;
}


