/* Verification form container */
.restore-password-one-time-code .code-verification-form {
    margin: 2rem auto;
    max-width: 700px;
}

/* Heading above code input */
.restore-password-one-time-code .code-verification-heading {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
}

/* Instruction text (centered) */
.restore-password-one-time-code .code-verification-instruction {
    text-align: center;
    margin-bottom: 0.5rem;
}

/* Code input field */
.restore-password-one-time-code .code-verification-input {
    text-align: center;
    padding: 0.5rem;
    width: 200px;
}

/* Error message */
.restore-password-one-time-code .verification-result {
    text-align: center;
    color: red;
}

/* Button group */
.restore-password-one-time-code .code-verification-buttons {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* Return to login button */
.restore-password-one-time-code .code-verification-return-to-login {
    background-color: #000;
}
