﻿.otp-input-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .otp-input:focus {
        outline: none;
        border-color: #596CFF;
    }
