/*------------------ 
Frontend related CSS
------------------*/
#sf-web-to-lead-form input,
#sf-web-to-lead-form textarea,
#sf-web-to-lead-form select {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 14px;
    margin-top: 0;
    padding: 8px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    color: #767676;
}

#sf-web-to-lead-form label {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
}

#sf-web-to-lead-form label .sf-required {
    font-style: italic;
    font-weight: 400;
    color: #c02b0a;
    display: inline;
    font-size: 13.008px;
    padding-left: 0.125em;
}

.sf-submit-button {
    background-color: #00a7b5 !important;
    margin: 0;
    border: none;
    outline: 0!important;
    font-size: 13px;
    line-height: 13px!important;
    padding: 16px 56px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
}

#sf-thank-you {
    position: relative;
    width: 100%;
    background: white;
    text-align: center;
    padding: 15px;
    z-index: 999;
    display: block;
}