﻿.bottom-border-only {
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
}

    .bottom-border-only:focus {
        border-bottom-color: #007bff;
        box-shadow: none;
    }

.j-text-heading-xs, .j-typography h5, h5 {
    font-family: helvetica, arial, sans-serif;
    font-weight: 900;
    text-transform: none;
    font-size: 1.3rem;
    letter-spacing: -.72px;
    line-height: 1.1666666667;
}  
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        height: 45px;
        width: 42px; 
        outline: none;
        font-size: 1.125rem;
        text-align: center; 
    }

        

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }

.resend {
    font-size: 12px;
}
