.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deb-form {
    padding: 3% 5%;
    width: 540px;
    border-radius: 3px;
    background-color: #344E44;
}

.deb-form .nf-before-form-content {
    display: none!important;
}

.deb-form__head {
    text-align: center;
}

.deb-form__head-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.125rem;
    color: #FFFFFF!important;
    font-family: "Titillium Web", Sans-serif;
}

.deb-form__head-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.4px;
    color: #FFFFFF!important;
    font-family: "Titillium Web", Sans-serif;
}

.deb-form__head-description a {
    color: var(--e-global-color-accent)!important;
}

.deb-form__body label {
    display: none!important;
}

.deb-form__body .nf-form-content input,
.deb-form__body .nf-form-content textarea {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #ffffff!important;
    border-top: none!important;
    padding-left: 0!important;
    border-left: none!important;
    border-right: none!important;
    font-family: "Titillium Web", Sans-serif;
}

.deb-form__body .nf-form-content input::placeholder,
.deb-form__body .nf-form-content select::placeholder,
.deb-form__body .nf-form-content textarea::placeholder {
    opacity: 0.8;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-family: "Titillium Web", Sans-serif;
}

.deb-form__body .nf-form-content textarea,
.deb-form__body .nf-form-content .list-select-wrap,
.deb-form__body .nf-form-content input:not([type=sbmit]) {
    border: 1px solid #70887F;
    background-color: transparent!important;
}

.deb-form__body .nf-form-content textarea.ninja-forms-field {
    height: 100px;
    resize: vertical;
}

.deb-form__body .nf-form-content .list-select-wrap .nf-field-element > div {
    border: 1px solid #70887F;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    background-color: transparent!important;
}

.deb-form__body .nf-form-content .list-select-wrap {
    border: none!important
}

.nf-error-wrap,.nf-form-errors,
.nf-error.field-wrap .nf-field-element:after {
    display: none
}


.deb-form__body .submit-wrap {
    /*padding-top: 2em;*/
    margin: auto;
    display: flex;
    width: fit-content;
    position: relative;
    align-items: center;
}

.deb-form__body .submit-wrap .nf-field-element {
    color: #ea5b11;
    display:block;
    margin: auto;
    overflow: hidden;
    font-weight: 400;
    border-radius: 3px;
    width: fit-content;
    position: relative;
    font-size: 0.938rem;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    text-decoration: none!important;
    font-family: "Titillium Web", Sans-serif;
    background-color: #FFFFFF;
}


.deb-form__body .submit-wrap .nf-field-element input {
    z-index: 10;
    display: flex;
    font-weight: 600;
    position: relative;
    align-items: center;
    letter-spacing: 2.55px;
    height: unset!important;
    color: #344E44!important;
    text-transform: uppercase;
    padding: 1em 3em 1em 2em!important;
    background: transparent!important;
    font-family: "Titillium Web", Sans-serif;
}

.deb-form__body .submit-wrap .nf-field-element:hover input {
    color: #FFFFFF!important;
}

.deb-form__body .submit-wrap .nf-field-label {
    position: relative;
}

.deb-form__body .submit-wrap:after {
    right: 0.5em;
    color: #ea5b11;
    content: "\f345";
    position: absolute;
    font-family: dashicons;
    transition: all 0.3s ease-out;
}

.deb-form__body .submit-wrap:hover:after {
    right: 1.2em;
    color: #FFFFFF;
}

.deb-form__body .submit-wrap .nf-field-element::before {
    content: "";
    left:0;
    bottom: 0;
    height: 0;
    width: 100%;
    position: absolute;
    transition: 0.3s ease-out;
    background-color: #ea5b11;
}

.deb-form__body .form--submit .nf-field-element:hover::before {
    height: 100%;
}


.deb-form__body .nf-field-description {
    font-weight: 400;
    margin: 0!important;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.4px;
    color: #FFFFFF !important;
    font-family: "Titillium Web", Sans-serif;
}


.deb-form__body .nf-field-description a {
    color: #ffffff;
    text-decoration: underline;
}
