html {
    position: relative;
    min-height: 100%;
}
  
body {
    margin-bottom: 60px;
}
  
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

.container {
    margin-top: 30px;
}

#major-alert{
    z-index: 999;
    display: none;
}

.footer-wrap{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}