.gform_wrapper textarea {
    display: block !important;
    padding: 10px !important;
    width: 100% !important;
    border: 1px solid #e0e0e0 !important;
    height: auto;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.gform_wrapper textarea:focus {
    border-color: #1e4674 !important;
    outline: none !important;
}

.gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    display: block !important;
    padding: 10px !important;
    width: 100% !important;
    border: 1px solid #e0e0e0;
    height: auto;
    border-radius: 0;
    box-shadow: none !important;
}

.gform_wrapper input:focus {
    border-color: #1e4674 !important;
    outline: none !important;
}

.gform_wrapper .button {
    margin: 15px 0 0 !important;
    text-decoration: none;
    display: inline-block;
    padding: 12px 24px 12px 24px !important;
    background: #1E4674;
    color: #000 !important;
    font-weight: 700 !important;
    -webkit-appearance: none !important;
    background-color: #b7d93c !important;
    letter-spacing: 0.25px;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-family: 'Nunito Sans';
}

.gform_wrapper .button :hover {
    background: #1E4674 !important;
    color: #fff !important;
    cursor: pointer;
}