﻿.error-msg-position {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 14px;
}

.error-msg-position-otp {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 14px;
}

.error-msg-position-forgot-pass-email {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 14px;
}

.error-msg-register {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 14px;
}

.showErrormsgforgotpass {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 14px;
}


.otp-field input {
    width: 24px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #55525c;
    background: #21232d;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}

    .otp-field input:focus {
        border: 2px solid #a527ff;
        box-shadow: 0 0 2px 2px #a527ff6a;
    }

.disabled {
    opacity: 0.5;
}

.space {
    margin-right: 1rem !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .error-msg-position {
        position: absolute;
        top: 128px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
    .error-msg-position-otp {
        position: absolute;
        top: 113px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
    .error-msg-position-forgot-pass-email {
        position: absolute;
        top: 140px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }

}

@media (min-width: 297px) and (max-width: 380px) {

    .error-msg-register {
        position: absolute;
        top: 94px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }}


@media (min-width: 289px) and (max-width: 456px) {

    .showErrormsgforgotpass {
        position: absolute;
        top: 97px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }

}

@media (min-width: 280px) and (max-width: 288px) {

    .showErrormsgforgotpass {
        position: absolute;
        top: 118px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
}

@media (min-width: 223px) and (max-width: 279px) {

    .showErrormsgforgotpass {
        position: absolute;
        top: 135px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
}



@media (min-width: 457px) and (max-width: 767px) {

    .showErrormsgforgotpass {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
}

@media (min-width: 475px) and (max-width: 767px) {

    .error-msg-position-forgot-pass-email {
        position: absolute;
        top: 103px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .error-msg-register {
        position: absolute;
        top: 98px;
        left: 0;
        width: 100%;
        text-align: center;
        color: red;
        font-size: 14px;
    }
}



