section#emailsubject,
section#namephone,
section#firstlastname,
section#contactemail{
    padding: 0;
}

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

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


.dt-form {
    background: #0040136b;
    padding: 50px;
    border-radius: 0px;
    border: 0px solid #0a7d2b;
    backdrop-filter: blur(10px);
    box-shadow: 2px 3px 20px #00000047;
    background: rgb(10,125,43);
    background: linear-gradient(180deg, rgb(0 125 36 / 64%) 0%, rgba(255,255,255,0) 100%);
}

@media (max-width: 767px){
.dt-form {
    padding: 50px 15px!important;
    /* border-radius: 20px; */
    /* border: 2px solid #0a7d2b; */
}}


.dt-form input {
    max-width: 100%!important;
    width: 100%!important;
    background:transparent;
    border: 0px;
    border-bottom: 1px solid #00a730!important;
    border-radius: 0px;
    color: #fff;
    height: 50px;
    box-shadow: none!Important;
}

.dt-form input:focus, .dt-form textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px #0a7d2b!important;
}

.dt-form textarea {
    width: 100%!important;
    max-width: 100%!important;
    background:transparent;
    border: 0px;
    border-bottom: 1px solid #0a7d2b;
    border-radius: 0px;
    color:#fff;
    color: #fff!important;
}


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



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

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

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

div#bfPage2 p {
    margin: 0;
    padding: 0px 0px;
    border-radius:10px;
}


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

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

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

.dt-form label {
    font-weight: 900;
    color: #fff!important;
}

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

/*choose-file-button*/
.ff_elem::-webkit-file-upload-button {
    background: #0a7d2b!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: #0a7d2b!important;
    border-radius: 50px;
    line-height: 0!important;
    padding: 25px!important;
    font-family: 'Industry-Bold'!important;
    opacity:1!important;
}

.form-actions {
    background: transparent;
    border: 0px;
    padding: 0;
    margin-top: 50px;
}

@media (max-width: 767px){
.form-actions {
    margin-right: 30px;
}}

/**/