.clf-form input[type="text"] {
    background-color: #fff;
    height: 46px;          /* was 54px */
    width: 100%;
    line-height: 48px;     /* was 56px */
    font-size: 14px;
    color: #757575;
    font-family: 'Open Sans';
    border-radius: 20px;
}

.clf-form select {
    background-color: #fff;
    width: 100%;
    padding: 10px;         /* was 15px */
    font-size: 14px;
    color: #757575;
    font-family: 'Open Sans';
    border-radius: 20px;
}

.clf-form .clf-d-submitbutton {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 14px;
    height: 46px;          /* was 54px */
    border-radius: 20px;
}

.clf-form * {
    font-family: "Open Sans", sans-serif;
    font-style: normal !important;
    text-align: center !important;
    font-size: 12px;
}

.clf-form select * {
    font-size: 14px;
}