.top_bar_container, #lower-header, .footer_container, .media_sponser_holder {
    display: none !important;
}

.content-sidebar {
    display: none;
}

.inner-content-area {
    width: 100%;
}

.employer_login {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    background: #fff;
}

.new-header {
    width: 100%;

}

.header-home-btn {
    /*background: #000;*/
    height: 169px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 0;
}

.header-home-btn .homebtn a {
    background: #F9C35C;
    padding: 8px 27px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border: 3px #F9C35C solid;
    font-size: 16px;
    display: block;
}

.btn.btn-2021 {
    background: #f9c35c !important;
    color: #000;
}

.homebtn {
    margin-bottom: 10px;
}

.visitor-r-upload img {
    display: block;
    margin: 0 auto 12px auto;
}

@media screen and (max-width: 767px) {  
.header-home-btn {
        height: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
        margin-bottom: 20px !important;
    }

    .after-login-area {
        text-align: center;
    }

}