﻿#otp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
}

.inputOtp {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    border: none;
    border-bottom: 2px solid #483d8b;
    background: transparent;
    font-size: 18px;
    text-align: center;
}

    .inputOtp:focus {
        border-bottom: 3px solid orange;
        outline: none;
    }
