.master-footer {
    width: 100%;
    margin-top: 10px;
}

.footer {
    /*background: linear-gradient(90deg, #336699, #006699);*/
    /*background-color: rgba(153, 204, 255, 0.2);*/
    /*background-color: rgba(0, 102, 153, 0.2);*/
    background: black linear-gradient(rgba(0, 51, 102, 0.1), rgba(51, 102, 153, 0.3)) no-repeat;
    /*box-shadow: 0 1px 1px 1px #666666;*/
    color: white;
    padding: 5px 5px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-login {
    /*background: linear-gradient(90deg, #336699, #006699);*/
    background-color: rgba(0, 0, 0, 0.5);
    /*box-shadow: 0 1px 1px 1px #666666;*/
    color: white;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1000px) {
    .footer {
        display: block;
    }

    .footer-login {
        display: block;
    }
}