.mfa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.mfa-qr-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
    gap: 10px;
    text-align: center;
}

.mfa-qr-text-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mfa-qr-box {
    display: flex;
    justify-content: center;
    height: 200px;
    width: 200px;
}

.mfa-qr-img {
    height: 100%;
    width: 100%;
}

.mfa-code-box {
    width: 100%;
}

.mfa-jpass-login-box {
    display: flex;
    flex-direction: row;
    width: 100%;
}