section#emailsubject {
    padding: 0;
}

section#namephone {
    padding: 0;
}

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

#namephone .row,
#emailsubject .row {
    margin: 0;
}


.ample-form {
    background: #f0f6ff;
    padding: 50px;
    border-radius: 0px;
    border: 3px solid #0072bc;
}

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


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

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


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



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

section#emailsubject .col-md-6:nth-child(2),
section#namephone .col-md-6:nth-child(2){
    padding-left:15px!important;padding-right:0px;
}
}

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

div#bfPage2 p {
    margin: 0;
    color: #000;
}


.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;
    height: 112px;
}

.ample-form label {
    /* font-family: 'industry-black'; */
    font-weight: 900;
    color: #0b1320 !important;
    width: fit-content!important;
    min-width: fit-content!important;
}

input#ff_elem22 {
    border: 0;
    height: auto;
    color: #000;
    border-radius: -2px!Important;
}

/*choose-file-button*/
.ff_elem::-webkit-file-upload-button {
    background: #0072bc!important;
    color: #fff!important;
    border-radius: 0px;
    line-height: 0!important;
    padding: 15px 25px!important;
}

.ff_elem::-webkit-file-upload-button:hover {
    background: #fff!important;
    color: #0072bc!important;
    line-height: 0!important;
    opacity:1!important;
}


/**/