html {
  position: relative;
  min-height: 100%;
}
.login-page-content-divider > *:first-child{
    max-width: 475px;
    width: 100%;
}
.login-page-content-divider > *:last-child {
    max-width: 550px;
    width: 100%;
}
.body-background{
    background-image: url('../images/images/DFFE BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    flex: 1;
    position: relative;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
.btn.btn-border-white {
    border: 2px solid white;
}
.page-header > .limit-width .btn {
    font-size: 10px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
}
.header-img {
    display: flex;
    justify-content: center;
}
.logo-img-parent{
    max-width: 20rem;
}
.select2-container .select2-selection--single {
    font-size: 14px;
    font-family: Proxima Nova Rg !important;
    color: #4B7A5B !important;
}
.select2-selection__rendered{
    padding-left: 0 !important;
}
.select2-results__option {
    font-size: 14px;
    font-family: Proxima Nova Rg !important;
    color: #4B7A5B;
}
.error {
    color: red;
    font-weight: bold;
    font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4B7A5B;
    line-height: 28px;
}
.custom-radio {
    font-size: 14px;
    color: black;
}
#otherValueModal,
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    max-width: 320px;
    border-radius: 8px;
    border: 0px;
    width: 100%;
}
#otherValueInput textarea{
    width: 100%;
}
#cipc-input,
#tax-input,
#financial-support-parent,
#non-financial-support-parent,
#non-financial-received-parent {
    display: none;
}
.intro-img {
    background-image: url('../images/images/Img_Hero.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 15px;
    flex: 1;
    align-items: center;
}
.logo-img-parent img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.content-parent{
    padding: 20px 0;
}
.header-controls {
    display: flex;
    gap: 5px;
}
.header-title{
    display: grid;
    gap: 20px;
}
.intro-content{
    display: grid;
    gap: 55px;
}
.header-title p {
    font-weight: 500;
    font-family: Proxima Nova Rg !important;
    font-size: 14px;
    color: #1C1C1C;
}
.lg-width-limit{
    max-width: 1440px;
    margin:auto;
}
.intro-img img{
    width: 180px;
    height: 180px;
}
.intro-content h1 {
    color: #0E5927;
    font-weight: 700;
    font-size: 30px;
    font-family: Proxima Nova Rg !important;
}
#years-from-dob {
    font-size: 11px;
    color: gray;
    top: -10px;
    position: relative;
}
.more-information p {
    font-size: 10px;
}
.more-info .info-section {
    position: relative;
    display: grid;
}
.info-section i {
    position: absolute;
    top: -35px;
    right: 0;
    color: gray;
    cursor: pointer;
}
.info-section .more-information {
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    border: 1px solid gray;
    border-radius: 5px;
}
.info-section.active .more-information {
    opacity: 1;
    pointer-events: none;
}
.more-information {
    background-color: white;
    padding: 5px;
    position: absolute;
}
.label-input.more-info {
    position: relative;
}
.intro-content {
    padding: 15px;
    max-width: 665px;
    width: 100%;
}
.page-header > .limit-width .btn.btn-bg-transparent {
    background-color: transparent;
    background-image: initial;
}
.page-header > .limit-width .btn.btn-border-transparent{
    padding: 5px;
}
.page-header > .limit-width{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.page-header {
    background-image: linear-gradient(to right, #0E5927, #1EBF54);
}
.limit-width{
    max-width: 1024px;
    padding: 20px;
    margin: auto;
}
.content-header h1 {
    font-family: Proxima Nova Rg !important;
    font-size: 20px;
    font-weight: 700;
    color: #0E5927;
}
header {
    max-height: 64px;
}
.admin-parent * {
    font-family: Proxima Nova Rg !important;
}
.content .tile > img{
    position: absolute;
    object-fit: cover;
    top: -40%;
}
.content p {
    font-family: Proxima Nova Rg !important;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 14px;
}
.header-controls{
    display: grid;
}
.header-controls .btn{
    align-items: center;
}
.tile span.important {
    font-weight: bold;
}
.content-parent .content > .btn {
    max-width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
}
.content-parent .content{
    display: grid;
    gap: 21px;
}
.content .tiles{
    display: grid;
    row-gap: 100px;
    column-gap: 20px;
    padding: 90px 20px 20px 20px;
}
.content .tile {
    border: 1px solid #C0F3A8;
    border-radius: 24px;
    padding: 85px 12px 12px 12px;
    position: relative;
    height: 167px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.content-header p{
    max-width: 516px;
    margin: auto;
}
.content-header{
    text-align: center;
}
.admin-parent .tab-label-title {
    color: #29B758;
}
h3{
    color: #016533;
    font-weight: 700 !important;
}
.admin-parent h3 {
    color: #0E5927;
    font-size: 24px;
}
.label-upload-parent {
    display: grid;
    gap: 20px;
}
.parent-container-section{
    position: relative;
}
.label-upload-parent > p,
.each-upload .document-label {
    font-size: 10px;
    font-weight: 500;
    color: #4B7A5B;
    text-align: left;
}
.terms-conditions-section .page-controls{
    width: 100%;
}
.label-upload label {
    display: inline-block;
    padding: 2px 20px;
    border: 2px solid #0E5927;
    background-color: white;
    color: #0E5927;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    border-radius: 10px;
    font-family: Proxima Nova Rg !important;
}
#review-reject-section{
    display: none;
}
#review-reject-section.active{
    display: flex;
}
.modal-header {
    background-image: linear-gradient(to right, #0E5927, #1EBF54);
    color: white;
    font-size: 14px;
}
.modal-footer .btn {
    font-size: 14px;
    min-width: 100px;
    padding: 6px;
}
#rejectionConfirm .modal-footer .btn{
    background-image: linear-gradient(to right, #8B0C07, #F1140D);
}
#rejectionConfirm .modal-header {
    background-image: linear-gradient(to right, #8B0C07, #F1140D);
}
.modal-body{
    font-size: 14px
}
.uploads-parent {
    background-color: #F4F9F6;
    padding: 6px 8px;
    display: grid;
    gap: 15px;
}
.label-upload p {
    font-size: 12px;
    color: #1E4C2E;
    font-weight: 600;
    font-family: Proxima Nova Rg !important;
}
.upload-label:hover {
    background-color: #45a049;
}

input[type=file]{
    display: none;
}
.label-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}
.section .display-label {
    font-size: 12px;
    font-weight: 400;
    color: #1E4C2E;
}
#modals-container .modal-footer {
    display: flex;
    flex-shrink: 0;
    padding: .75rem;
}
input {
    color: #4B7A5B;
}
#modals-container .modal-content {
    border-radius: 8px;
    border: 0;
}
#modals-container textarea{
    border: 0;
    font-size: 12px;
    width: 100%;
}
#modals-container .modal-header {
    background-image: linear-gradient(to right, rgb(14, 89, 39), rgb(30, 191, 84));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#modals-container .modal-header * {
    font-size: 14px;
    color: white !important;
    font-weight: 500;
}
.section * {
    font-family: Proxima Nova Rg !important;
}
.display-sm {
    max-width: 110px;
}
label{
    margin: 0px;
    cursor: pointer;
}
p, label{
    margin: 0;
}
.finish-register-text {
    font-size: 14px;
    color: #0E5927;
    text-align: center;
}
.field-validation-error{
    font-size: 12px;
}
.visible-info-section .section,
.terms-conditions-section .section {
    padding: 41px;
    border: 1px solid rgb(192, 243, 168);
    border-radius: 24px;
    position: relative;
    max-width: 480px;
    width: 100%;
    margin: auto;
}
.parent-container-section {
    background: url('../images/images/DFFE Directory BG Mobile.jpg') no-repeat;
    background-size: cover;
    padding-top: 65px;
    flex: 1;
}
.make-border-red {
    border-color: red !important;
}
.label-login-section {
    display: grid;
    align-content: center;
}
.error-header i{
    color: rgba(255, 0, 0, .7);
    font-size: 100px
}
.error-header {
    display: grid;
    justify-items: center;
}
.page-controls .back:hover{
    background: white;
    color: #0E5927;
}
.header-controls .btn{
    justify-content: center;
}
.page-controls .back,
.header-controls .btn-bg-white {
    background: white;
    color: #0E5927;
    border: 2px solid #0E5927;
    padding: 8px 35px;
}
.organisation-details {
    padding: 41px;
    border: 1px solid #C0F3A8;
    border-radius: 24px;
    position: relative;
    max-width: 750px;
    margin: auto;
    width: 100%;
}
.review-header-logo img{
    object-fit: cover;
    max-width: 100%;
}
.review-header-logo{
    max-width: 178px;
    margin: auto;
}
.page-controls {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 12px;
}
a {
    cursor: pointer;
}
.tab-pane.active{
    display: grid;
    gap: 35px;
}
.reject-message a {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 6px 18px;
}
.reject-success {
    background-color: #F4F9F6;
    padding: 12px;
    color: #1E4C2E;
    font-size: 12px;
}
.review-status {
    background-image: linear-gradient(to right, #8B0C07, #F1140D);
    padding: 12px;
    border-radius: 16px;
    color: white !important;
    font-size: 14px;
    font-weight: 700;
}
.reject-message textarea {
    width: 100%;
    border: 0;
    background: #F4F9F6;
    padding: 12px;
    font-size: 12px;
}
.reject-message{
    position: relative;
}
.review-section .section-content {
    box-shadow: 2px 2px 4px 0px rgba(18, 114, 50, .2);
    display: flex;
    gap: 8px;
    flex-direction: column;
    border: 1px solid rgb(192, 243, 168);
    padding: 28px 21px;
    border-radius: 24px;
    background-color: white;
}
.admin-parent{
    max-width: 1130px;
    margin: 0 auto;
    width: 100%;
}
.review-section .organisation-label-value p.value {
    font-size: 12px;
    color: #1E4C2E;
}
.review-section .organisation-label-value{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.admin-parent .section {
    padding: 12px;
    background-color: #F4F9F6;
    border-radius: 8px;
}
.review-section .organisation-label-value p.value {
    padding: 4px 8px;
}
.review-section .organisation-label-value p.label {
    background: #F4F9F6;
    padding: 4px 8px;
    display: flex;
    gap: 4px;
    font-size: 12px;
}
.section-content-uploads > div p {
    color: #1E4C2E;
    font-size: 12px;
}
.section-content-uploads {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.section-content-uploads > * {
    background: rgb(244, 249, 246);
    display: flex;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 8px;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    color: #1E4C2E;
}
.review-section .section-content > h4 {
    font-weight: 700;
    font-family: Proxima Nova Rg;
    font-size: 14px;
    color: #4B7A5B;
    line-height: 100%;
}
.review-section .section-content-body {
    display: grid;
    gap: 18px;
}
.review-section,
.visible-info-section,
.terms-conditions-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.header-labels {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.terms-conditions-section .terms-label {
    color: #4B7A5B;
    font-size: 14px;
    font-weight: 500;
}
.review-parent {
    display: grid;
    gap: 60px;
}
.review-section .section {
    max-width: 1130px;
    width: 100%;
    margin: auto;
    gap: 14px;
}
.step-label {
    color: #1EBF54;
    text-align: center;
    font-size: 14px;
    font-family: Proxima Nova Rg;
}
.label-login-section h3 {
    font-family: Proxima Nova Rg;
    color: #0E5927;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}
.page-content{
    padding: 12px;
}
.label-login-section h1 {
    font-family: Proxima Nova Rg;
    color: #0E5927;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
}
.actual-login-form {
    /*max-width: 479px;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.forms-links {
    padding: 41px;
    border: 1px solid #C0F3A8;
    border-radius: 24px;
    position: relative;
}
.progress-bar.step1 {
    width: 25%;
}
.progress-bar.step2 {
    width: 50%;
}
.progress-bar.step3 {
    width: 75%;
}
.progress-bar.step4 {
    width: 100%;
}
.progress-bar {
    position: absolute;
    top: 0;
    height: 9px;
    background-image: linear-gradient(to right, #1DB951, #B8FF7E);
    left: 0;
    display: none;
}
.footer {
   
    width: 100%;
    white-space: wrap !important;
    line-height: 12px !important;
    text-align: center;
    font-size: 10px;
    font-family: Proxima Nova Rg;
    padding: 15px 25px;
    background: white;
    height: fit-content;
    margin-top: auto;
    color: #0E5927;
}
.organisation-details,
.section {
    display: grid;
    gap: 25px;
}
.finish-register-content {
    max-width: 450px;
    width: 100%;
    margin: auto;
}
.parent-container-section {
    display: grid;
}
.login-page-content, 
.file-upload-page-content {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    margin: auto;
    width: 100%;
    gap: 15px;
}
.label .public-check-box.active::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    height: 8px;
    width: 8px;
    background-color: #29B758;
    border-radius: 2px;
    transition: opacity 0.2s ease;
}
.label .public-check-box {
    border: 1px solid #0E5927;
    border-radius: 4px;
    width: 12px;
    height: 12px;
    margin: auto 0;
    position: relative;
}
.login-form-label {
    font-family: Proxima Nova Rg;
    color: #4B7A5B;
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.label-login-section h2 {
    font-family: Proxima Nova Rg;
    color: #29B758;
    font-size: 46px;
    font-weight: 500;
    margin: 0;
    text-align: end;
}
.label-input{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.label-input-parent{
    display: grid;
    row-gap: 30px;
    column-gap: 15px;
}
.organisation-label-value p.value {
    color: #4B7A5B;
    font-size: 14px;
    font-weight: 500;
}
.section-content {
    display: grid;
    row-gap: 30px;
    column-gap: 15px;
}
.label-input label,
.organisation-label-value p.label th{
    font-family: Proxima Nova Rg;
    color: #1E4C2E;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.label-input input:focus,
.label-input textarea:focus {
    border-color: #2F9652;
}
.label-input input,
.select2-container--default .select2-selection--single,
.label-input textarea {
    font-family: Proxima Nova Rg;
    font-size: 14px;
    font-weight: 500;
    border-width: 0 0 2px 0;
    border-color: #C0F3A8;
    padding: 0 0 5px 0;
    background: transparent;
    width: 100%;
    border-radius: 0;
}
.password-eye i {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 5px;
    color: gray;
}
.password-eye{
    position: relative;
}
textarea {
    min-height: 100px;
    resize: none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 100%;
    border: 1px solid gray;
    border-radius: 12px;
    padding: 5px;
}
.actual-login-form button[type="submit"]{
    width: 100%;
}
.login-account-creation-section p {
    color: #0E5927;
}
.login-account-creation-section a,
.cancel-terms {
    color: #29B758 !important;
    text-align: center;
    text-decoration: underline !important;
}
.login-account-creation-section.forms-links {
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    gap: 7px;
    font-family: Proxima Nova Rg;
    font-weight: 500;
}
.nav-pills .nav-link.active {
    background-image: linear-gradient(to right, #0E5927, #1EBF54) !important;
    color: white !important;
    font-weight: 600;
}
.admin-parent #pills-home{
    display: grid;
    gap: 21px;
}
.registered-list .registered-item a{
    width: fit-content;
}
.registered-list .registered-item {
    background-color: white;
    padding: 16px 21px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 2px 2px 4px 0px rgba(18, 114, 50, .2);
}
.admin-parent .registered-list {
    display: grid;
    gap: 16px;
}
.label-tabs-container .nav-pills {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.assisted-reg .btn-white-ish{
    border: 1px solid white;
    border-radius: 8px;
    width: fit-content;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .3));
}
.assisted-reg h6,
.registered-item h5{
    margin: 0;
}
.assisted-reg {
    background-image: linear-gradient(to right, #0E5927, #1EBF54);
    padding: 16px 21px;
    color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.admin-parent .tab-content > div {
    background: #F4F9F6;
    padding: 12px;
    gap: 16px;
    border-radius: 8px;
}
.label-tabs-container .nav-pills .nav-link {
    background: #C0F3A8;
    color: #4B7A5B;
    border-radius: 8px;
    padding: 9px 22px;
    font-size: 12px;
    font-weight: 500;
}
.admin-parent .label-tabs-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.admin-parent .registered-item p {
    font-size: 12px;
    color: #1E4C2E;
}
.admin-parent .registered-item h6 {
    color: #4B7A5B;
}
.admin-parent .assisted-reg h6,
.admin-parent .registered-item h6 {
    font-size: 14px;
    font-weight: 700;
}
.admin-parent .assisted-reg a,
.admin-parent .registered-item a {
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    font-family: Proxima Nova Rg;
}
.btn {
    color: white;
    font-family: Proxima Nova Rg;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(to right, #0E5927, #1EBF54);
    border: 0px;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
}
.btn-login {
    color: white;
    font-family: Proxima Nova Rg;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(to right, #0E5927, #1EBF54);
    border: 0px;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
}
.skip-register {
    display: flex;
    justify-content: center;
}
.steps-button {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.btn:hover {
    background-image: linear-gradient(to right, rgba(14, 89, 39, .8), rgba(30, 191, 84, .8));
    color: white;
}
.password-options .remember label {
    font-family: Proxima Nova Rg;
    color: #4B7A5B;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.password-options{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.remember-login{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.password-options a {
    font-family: Proxima Nova Rg;
    color: #1E4C2E;
    font-weight: 400;
    justify-content: end;
    display: flex;
    margin-top: 7px;
}
input:focus,
textarea:focus
{
    outline: none;
}
[type="checkbox"] {
    opacity: 0;
    display: none;
}
[type="checkbox"] + label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    line-height: 25px;
}
[type="checkbox"] + label::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    outline: 2px solid #aaa;
    background: #fff;
    border-radius: 3px;
    left: 0;
    top: 5px;
}
[type="checkbox"]:checked + label::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    outline: 2px solid #5fd25f;
    background: #fff;
    left: 0;
    top: 5px;
    border-radius: 3px;
}
[type="checkbox"]:checked + label::after{
    content: "";
    font-family: FontAwesome;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    left: 0;
    top: 5px;
    background-image: url('../images/icons/check-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.forgot-password {
    margin: auto;
}
.label-login-section{
    display: none;
}
img.responsive{
    max-width: 100%;
    object-fit: cover;
}
.btn.btn-out{
    background: gray;
    pointer-events: none;
}
@media (min-width: 576px) {
    .review-section .organisation-label-value p{
        flex: 1;
    }
    .review-section .organisation-label-value {
        flex-direction: row;
        column-gap: 15px;
    }
    .header-controls {
        display: flex;
        gap: 10px;
    }
    .header-controls .btn{
        width:fit-content;
    }
}
@media (min-width: 768px) {
    .actual-login-form button[type="submit"] {
        max-width: 183px;
        margin: auto;
        width: 100%;
    }
    .admin-parent h3 {
        font-size: 32px;
    }
    .header-img img {
        object-fit: cover;
        position: absolute;
        bottom: 0;
        right: 90px;
        min-width: 880px;
    }
    .content-parent {
        padding: 40px 0;
    }
    .header-img {
        height: 120px;
        position: relative;
        overflow: hidden;
    }
    .admin-parent .label-tabs-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .page-intro {
        display: flex;
    }
    .admin-parent .page-controls a {
        width: 152px;
        font-size: 14px;
        padding: 6px 12px;
    }
    .admin-parent .page-controls {
        margin: auto;
    }
    .header-controls .register-btn {
        display: flex;
        gap: 7px;
    }
    .header-title {
        max-width: 385px;
        margin-left: auto;
    }
    .intro-content {
        padding-right: 95px;
        padding-bottom: 95px;
    }
    .intro-img img {
        width: 380px;
        height: 380px;
        object-fit: contain;
        max-width: 100%;
    }
    .remember-login {
        order: 2;
    }
    .content-header h1 {
        font-size: 28px;
    }
    .content p {
        font-size: 16px;
    }
    .page-header > .limit-width .btn {
        font-size: 16px;
        padding: 5px 25px;
    }
    .content .tiles {
        grid-template-columns: repeat(auto-fill, minmax(221px, 1fr));
    }
    .forgot-password {
        margin: initial;
    }
    .page-header > .limit-width .btn.btn-border-transparent {
        padding: 7px 27px;
    }
    .registered-item,
    .assisted-reg {
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
    }
    .login-page-content-divider {
        display: flex;
        justify-content: space-between;
    }
    .label-login-section > div{
        max-width: 340px;
        width: 100%;
    }
    .label-login-section {
        display: block;
    }
    .section-content-uploads {
        flex-direction: row;
    }
    .page-controls a {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .page-controls {
        flex-direction: row;
    }
    .review-parent .page-controls a.next{
        width: 250px;
    }
    .review-parent .page-controls {
        margin: auto;
    }
    .review-section .section-content-body {
        grid-template-columns: repeat(auto-fill, minmax(365px, 1fr) );
    }
    .page-controls .btn.next{
        flex: 1;
        order: 2;
    }
    .review-section .btn.next {
        flex: initial;
        padding: 8px 35px;
    }
    .label-input-parent {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr) );
    }
    .column-2 {
        grid-column: 1 / 3;
    }
    .parent-container-section {
        background: url('../images/images/DFFE Directory BG.jpg') no-repeat;
        background-size: cover;
        flex: 1;
    }
    .section-content {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    header{
        display: none;
    }
    .footer {
        font-size: 12px;
        background: transparent;
    }
    .login-form-label {
        font-size: 32px;
    }
}
.file-name-display {
    margin-top: 5px;
    display: block;
    font-style: italic;
    color: #555;
}