    .footer {
        letter-spacing: .5px;
        padding: 5px 0;
        text-align: center;
        left: 30%;
        font-size: 12px;
    }
    
    .footer span,
    .footer a {
        color: black;
    }
    
    footer a+a {
        padding-left: 1rem;
        border-left: 1px solid black;
    }
    
    footer a {
        margin-left: 1rem;
    }
    
    .footer span {
        margin-left: 1rem;
        padding-left: 1rem;
    }
    
    .footer a+span {
        border-left: 1px solid black;
    }
    
    @media only screen and (max-width:480px) {
        .footer {
            left: 10%;
        }
    }
    
    @media only screen and (min-width:1046px) {
        .sticky-footer {
            position: absolute;
            bottom: 0;
        }
    }
    
    @media only screen and (max-height:812px) and (max-width:375px) {
        .footer-login {
            position: absolute;
            bottom: 0;
            left: -6%
        }
        .icon-facebook-logo {
            margin-left: 6rem;
        }
    }