.webform-submission-form label {
    font-weight: 600;
    font-size: 14px;
    color: #999999;
}
.webform-submission-form .form-control {
    max-width: 550px;
    border-width: 0px 0px 1px 0px;
    border-color: #dddddd;
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    outline: none;
}
button.webform-button--submit {
    background: #0065FF;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    width: 143px;
    height: 64px;
}