.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    border: 1px solid #f4f4f4;
    width: 100%;
    font-family: 'Montserrat', regular;
    font-size: 12px;
    color: #000000;
    padding: 5px 5px 5px;
    margin: 0 0 25px;
    letter-spacing: 1px;
    line-height: 20px;
}

.wpcf7-form-control-wrap {
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}