/*
.login-footer {
    background: #fff;
    padding: 12px;
    width: 100%;
    border-top: 1px solid #eff0f4;
    text-align: center;
    position: fixed;
    bottom: 0;
}

footer {
    background: #fff;
    padding: 0.5rem  0.5rem;
    border-top: 1px solid #eff0f4;
    text-align: center;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

footer p {
    display: block;
    margin-block-start:  0.5em;
    margin-block-end:  0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.scroll-to-top {
    z-index: 2;
} 
*/

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
  }

.footer {
    margin-top: auto;
}

.responsive {
    width: 100%;
    max-width: 900px;
    height: auto;
}