.lsl input#phone-number {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    text-align: center;
}

.lsl .otp-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 1rem;
}

.lsl .otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    background-color: white;
    color: #2a2a2a;
}

.lsl .otp-input input::-webkit-outer-spin-button,
.lsl .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lsl .otp-input input[type=number] {
    -moz-appearance: textfield;
}
.lsl div#timer {
    letter-spacing: 0.5rem;
}
.lsl #sub-title span{
    color: white;
    direction: ltr;
    display: inline-block;
}
.lsl a.change-number {
    display: block;
    text-decoration: underline!important;
    color: white;
}