/*------------------------------------------------------------------------------
    Footer
------------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.new-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #757776;
}

.login-logo, .footer-logo {
    display: block;
    margin: 50px auto 20px auto;
    max-width: 100%;
    height: auto;
}

.login-logo{
    max-width:26%;
}

.footer-links {
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 20px;
}

.footer-link {
    display: inline-block;
    padding: 15px;
}

.footer-link a {
    font-size: 16px;
    text-decoration: none !important;
    color: #757776;
}

.footer-link a:hover {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width:400px){
    .new-footer{
        bottom:2% !important;
    }
}
