label {
    color: #3f4537;
}

section#formrow1,
section#formrow2{
    padding: 0;
}

#formrow1 .row,
#formrow2 .row {
    margin: 0;
}


.ample-form .col-sm-6{
    padding: 0!important;
}

.ample-form {
    background: #171717;
    padding: 50px;
    border-radius: 20px;
    border: 3px solid #ac0d19;
}

@media (max-width: 767px){
.ample-form {
    padding: 50px 15px!important;
    border-radius: 20px;
    border: 2px solid #ac0d19;
}}


.ample-form input {
    width: 100%!important;
    background:transparent;
    border: 0px;
    border: 1px solid #999999;
    border-radius: 0px;
    color: #fff;
    height: 50px;
    box-shadow: none!Important;
    /* font-family: 'industry-bold'; */
}

.ample-form textarea {
    width: 100%!important;
    background:transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0px;
    color:#fff;
    /* font-family: 'industry-bold'; */
    color: #fff!important;
}


.ample-form label {
    margin-bottom:5px!important;
}



@media (min-width: 768px){
section#formrow1 .col-sm-6:first-child,
section#formrow2 .col-sm-6:first-child{
    padding-right:15px!important;
}

section#formrow1 .col-sm-6:nth-child(2),
section#formrow2 .col-sm-6:nth-child(2){
    padding-left:15px!important;
}
}

/*autofill*/
.ample-form .form-control:focus {
    border-color: #ac0d19;
    outline: 0;
      -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

div#bfPage2 p {
    margin: 0;
    /* background: #fff; */
    padding: 0px 0px;
    border-radius:10px;
    /* font-family: 'industry-bold'!important; */
}


.ample-form .form-group {
    display: block!important;
}

.ample-form #bfLabel4 {
    width: 100%;
}

.ample-form textarea#ff_elem4 {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 0px;
}

.ample-form label {
    /* font-family: 'industry-black'; */
    font-weight: 900;
    color: #fff!important;
}

input#ff_elem28 {
    border: 0;
    height: auto;
}

/*choose-file-button*/
.ff_elem::-webkit-file-upload-button {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius: 50px;
    line-height: 0!important;
    padding: 25px!important;
    font-family: 'Industry-Bold'!important;
}

.ff_elem::-webkit-file-upload-button:hover {
    background: #fff!important;
    color: #ac0d19!important;
    border-radius: 50px;
    line-height: 0!important;
    padding: 25px!important;
    font-family: 'Industry-Bold'!important;
    opacity:1!important;
}

.bfQuickMode .bfElemWrap .form-inline input[type="text"], .bfQuickMode .bfElemWrap .form-inline input[type="number"], .bfQuickMode .bfElemWrap .form-inline textarea, .bfQuickMode .bfElemWrap .form-inline select {
    max-width: 100%!important;
}

#bfPage1 input::placeholder , #bfPage1 textarea::placeholder, #bfPage1 select{
    font-family: 'Inter'!important;
    font-weight: 500!important;
    color:#0000007a!important;
    height:45px;
}

#bfPage1 input, #bfPage1 textarea,#bfPage1 select{
    font-family: 'Inter'!important;
    font-weight: 500!important; font-size:14px;
    color:#000; border-radius:0px; box-shadow:none;outline:none;
    border: 1px solid #000!important;
}



/**/