.web-main-body{
    height: 100vh;
    margin: 0 1rem;
}
.web-main .otp-form{
    max-width: 500px;
    margin: 0 auto;
}
.otp-form h2{
    font-size: 1.2rem;
    font-weight: 600;
}
.otp-form blockquote{
    display: block;
    margin: 0.8rem 0rem;
    line-height: 1.6;
}
.otp-form form input{
    margin: 0 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    outline: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--sg-color-text);
    text-align: center;
    background: none;
    border-radius: 5px;
    box-sizing: border-box;
    border: 2px solid var(--sg-border-00);
    transition: allease-in-out 0.5s;
    text-indent: 0rem;
}
.otp-form form input:focus{
    border: 2px solid var(--colorBoder-input);
}
.otp-form form button{
    display: block;
    width: 100%;
    margin: 1rem 0rem;
    margin-top: 2rem;
}
.otp-form form button .icon{
    padding: 0rem;
    width: 100%;
    height: 40px;
    text-indent: 0px;
    cursor: pointer;
    font-weight: 550;
    border-radius: 5px;
    outline: none;
    color: var(--sg-bglight);
    background-color: var(--sg-color-brand);
}
.otp-form .text{
    text-align: center;
}
.otp-form .text a{
    margin: 0 auto;
    padding: 0rem 0.5rem;
    width: max-content;
    font-size: 0.8rem;
    color: var(--sg-color-brand);
}
.otp-form .text a:active{
    background: var(--bgcolor-black);
}
.version {
    position: absolute;
    bottom: 0;
    left: 1rem;
    padding: 1rem 0rem;
}
.version p{
    font-size: 0.8rem;
}

/* ---------------this is for header and footer-------- */
.web-header,
.web-footer{
    display: none !important;
}
