html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
}

.mfa-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.container.flex-grow-1 {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px; /* Adjust this value based on your footer height */
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.m-sm-4 {
    margin: 1.5rem !important;
}

.text-center img {
    margin-bottom: 20px;
}

.form-control-md {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* Footer styles */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 1rem 0;
    z-index: 1000;
}

.footer .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.footer .text-right {
    text-align: right !important;
}

/* Remove conflicting styles */
.content-wrapper {
    display: contents;
}
