.footer {       
     
     border       : 1px solid transparent;
     border-radius: 4px;


     position     : fixed;
     right        : 0;
     left         : 0;
     bottom       : 0;
     z-index      : 1030;
     padding: 0px 0px 0px 0px;
     text-align: center;

     
}

.footer-danger {
    color           : #a94442;
    background-color: #f8f8f8;
    border-color    : #e7e7e7;

}

.footer a,.footer p{
     color: #93949b;
    text-decoration: none;
    font-family: Mukta, sans-serif;
    font-size: 0.8rem;
}

