﻿.code-input-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
}

.code-digit {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #42346A;
}

    .code-digit:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 5px rgba(0,123,255,.5);
    }

.mfa-instruction {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
}

.button-disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}