/*--------------------------------------------------------------
# APPLY PAGE 
--------------------------------------------------------------*/

.homepage{
    background-color: #ffffff;
}

.navbar-set > .container-fluid{
    justify-content: center;
}

.f-menu{
    padding: 0 2em 1em 2em;
}

.third-footer{
    border-top: none !important;
    padding: 0 !important;
}

@media (max-width: 750px) {
    .first-footer{
        border-bottom: 0.01em solid #a8adb0;
    }
    .menu-one{
        border: none;
        margin-bottom: 0;
    }
    .f-menu{
        margin-top: 2em;
    }
}

@media (max-width: 500px){
    .first-footer{
        padding-bottom: 2em;
    }
}


/* APPLICATION FORM */

.b-form{
    height: 1140px;
}

@media (max-width: 660px) {
    .a-form{
        height: 2100px;
    }
}