

.otp-field input {
    width: 300px;
    font-size: 50px;
    padding: 10px;
    align-items: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #555254;
    background-color: #21232d;
    font-weight: bold;
    color: #000000;
    outline: none;
    transition: all 0.1s;
    letter-spacing: 2em;
}

.otp-field input:focus {
    border: 2px solid #a527ff;
    box-shadow: 0 0 2px 2px #a527ff6a;
}

.disabled {
    opacity: 0.5;
}

.space {
    margin-right: 1rem !important;
}