body{
    background-color: #F7F7F7 !important;
}
.help-block strong { color: red; }
.login_content h1::before { background: none !important;  }
.login_content h1::after { background: none !important;  }
.footer-copyright{
    margin-top: 40%;
    position: absolute;
    width: 100%;
    color: #f5f7f9;
    font-size: 15px;
}
@media (min-width: 600px) and (max-width: 1360px) {
    .footer-copyright {
        margin-top: 80%;
        margin-left: 10px !important;
        width: 100% !important;
        padding-left: 30px !important;
    }
}
@media (max-width: 600px) {
    .footer-copyright {
        margin-top: 600px;
        margin-left: 10px !important;
        width: 100% !important;
        padding-left: 30px !important;
    }
}
