#webtolead-form-wrapper{

}
.fg-webtolead-form{
    width:100%;
}
.fg-webtolead-form label{
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    color: #707372;
    margin: 0px 0px 4px 1px;
    width: auto;
}
.fg-webtolead-form label::before{
    content:"";
    display:block;
    background:#990000;
}
.fg-webtolead-form input[type="text"], .fg-webtolead-form textarea, .fg-webtolead-form select{
    width:100%;
    padding:12px;
    background-color: #ffffff;
    color: #707372;
    border: 1px solid #707372;
}

.fg-webtolead-form select{
    background-color: #ffffff;
    color: #707372;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #707372;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    /*background-image: url();*/
    background-position: calc(100% - 12px);
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-user-select: none;
}
.fg-webtolead-form input[type="submit"]{
    margin-top:24px;
    background: #43B02A;
    text-transform: uppercase;
    font-weight: 800;
    padding: 17px 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 120%;
    color: #fff;
    width: auto;
    transition: all 0.3s ease;
}
.fg-webtolead-form input[type="submit"]:hover{
    filter:brightness(85%);
}