﻿
/* OTP Start */
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        width: 42px;
        border-radius: 6px;
        outline: none;
        text-align: center;
        /*border: 1px solid #ddd;*/
    }

        .otp-field input:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.customp4 {
    padding: 1.25rem !important;
}
.customImgDiv{
    align-items:center;
    justify-content:center;
}

.customImg {
    padding: 0.50rem !important;
    text-align:center;
}

.custom_p4 {
    padding: 1.0rem !important;  /*change*/
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* OTP end */

/*forgot password screen*/

.text-gray-900 {
    color: black !important;
    font-size: 1.5rem !important;
}
