﻿.resend-otp.enable {
    font-family: MontserratSemiBold;
    font-style: italic;
    color: #00B1FF;
    text-decoration: underline;
    cursor: pointer;
}


.otp-input {
    border: 1px solid #d2d6de;
    height: 100%;
    border-radius: 8px;
    font-size: 2.5vw;
    text-align: center;
    padding: 4% 0 3% 0;
    margin: 0 5px;
    line-height:normal;
}
    .otp-input:focus {
        outline-color: #14D3F5;
        height: 100%;
        border-radius: 8px;
        font-size: 2.5vw;
        text-align: center;
        padding: 4% 0 3% 0;
        margin: 0 5px;
        line-height: normal;
    }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a.disabled {
    pointer-events: none;
    color: #f00;
}
