#second_form input,
#second_form textarea {
    width: 100%;
}

.input-style1,
[type="text"],
[type="tel"],
[type="email"],
[type="password"],
[type="number"],
[type="search"],
[type="time"],
[type="url"] {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #3c3c3b;
    padding: 0 0 0px;
    margin-bottom: 0px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    padding-left: 5px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.textarea-style1,
textarea {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #3c3c3b;
    padding: 10px 15px;
    resize: none;
    margin-bottom: 0px;
    background: transparent;
}