.main-sidebar .sidebar-brand {
    background-color: #eee;
    height: 70px;
}

.main-sidebar .sidebar-brand img {
    margin-top: 10px;
}

.login-header img {
    width: auto !important;
}

.logo img {
    width: 100%;
    max-width: 180px;
    overflow: hidden;
}

.frm-login-member-wrapper {
    padding: 0 10px 0 10px;
}

#frm-login-member #input-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 480px) {
    .header-area .main-nav .nav li:last-child a {
        margin-bottom: 10px;
        background-color: #43BA7F !important;
        color: #fff !important;
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }
}