.error_name,
.error_email,
.error_mobile {
    color: red;
}
.flex-3{flex: 3;}
.flex-1{flex: 1;}
#otpverifylinkMobile {
    right: 0;
    z-index: 99;
    position: absolute;
    top: 0;
}

#otpverifylink_aMobile {
    height: 4rem;
    line-height: 3.2rem;
    display: inline-block;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.otp{
    background: #c9c9c9;
    color: var(--white) !important;
    box-shadow: none !important;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.otpverified {
    position: absolute;
    /* margin-top: 1rem; */
    right: 40px;
    color: #10934d;
    display: none;
    font-size: 12px !important;
}

.otpunverified {
    position: absolute;
    /* margin-top: 1rem; */
    right: 40px;
    color: #fe3c38;
    display: none;
    font-size: 12px !important;
}

.verify-no-txt .verifytxt {
    padding: 2px 0 0 0;
}

.verifytxt {
    width: auto;
    font-size: 12px !important;
    color: #ffffff;
    padding-top: 2px;
}

.verify-no-txt {
    display: block;
    position: relative;
}

#leadform:disabled {
    background-color: #297094;
}
