label {
    color: #000 !important;
}

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

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


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

select#ff_elem63 {
    background: #272521!important;
    color: #737c85!important;
}

input#ff_elem53 {border: 0px!important;background: none!important;}

.ample-form input,.ample-form select {
    max-width: 100%!important;
    width: 100%!important;
    background: transparent!important;
    border: 0px;
    border-radius: 0px!important;
    color: #fff!important;
    height: 50px;
    box-shadow: none!Important;
    border-bottom: 1px solid #ffffff69!important;
    font-size: 18px;
}

.ample-form textarea {
    width: 100%!important;
    background: transparent!important;
    border: 1px solid #ccc;
    border-radius: 0px!important;
    color: #fff!important;
    padding-top: 15px;
    min-height: 100px!important;
    max-width: 100%!important;
    border: 0px;
    border-bottom: 1px solid #ffffff75;
    height: 120px!important;
    font-size: 18px;
}


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



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

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

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

div#bfPage2 p {
    margin: 0;
    background: transparent;
    padding: 0px 0px;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 15px 0px;
}


.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: #8b5e3c!important;
    color: #fff!important;
    border-radius: 0px;
    font-size:16px;
    line-height: 0!important;
    padding: 20px 15px!important;
    border:0px!important;
}

.ff_elem::-webkit-file-upload-button:hover {
    background: #8b5e3c!important;
    color: #fff!important;
    border-radius: 0px;
    line-height: 0!important;
    opacity:1!important;
    cursor:pointer;
}


/*payemnt form*/
#form-record .form-label, #form-record .control-label {
    text-align: left!important;
    margin-top: 30px;
    float: left;
}

#form-record .control-group{
    margin-bottom: 0px;
}

#form-record [id*="-desc"] {
    display: none;
}


.controls.payment-method-wrapper {display: flex;align-items: center;top: 10px;position: relative;left: 10px;}
.controls.payment-method-wrapper input {width: 10px!important;min-width: 20px!important;}
.controls.payment-method-wrapper span {margin-left:10px;}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa !important;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  color: #000 !important;
}

/**/