.socials,
.cart,
.cust,
.navbar-collapse.collapse,
.comp-data,
.rm-toggle,
.rm-container {
    display: none !important;
}

body {
    background: url('../images/blogger_bg.jpg') center center no-repeat #f4f4f4;
}

#header,
.band {
    background: #ffffff;
}

#footer,
.bg-01 {
    background: none;
}

.footer {
    padding-bottom: 100px;
}

.footer::after {
    border: none;
}

.footer .comp-data2 {
    width: 100%;
    text-align: center;
}

.bg-01 .container {
    background: url('../images/blogger_bg.png') bottom center no-repeat #ffffff;
    border: 1px solid #1aa1ab;
    width: 1000px;
    -moz-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
}

.page_title h1::before,
.page_title h1::after {
    display: none;
}

.login-form .code {
    width: 65%;
}

.login-form .codeimg {
    width: 30%;
}

@media (max-width: 1080px) {
    .bg-01 .container {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-bottom: 50px;
    }

    .bg-01 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 580px) {
    .band {
        background: none;
        box-shadow: none;
    }

    .bg-01 {
        margin-top: 30px;
    }

    .navigation_bar {
        display: none;
    }
}