.password_field {
    position: relative;
}
.password_field span{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.password_field i{
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.popover {
    min-width: 380px; /* the minimum width */
}
#male,#female{
    margin-left: 5px;
}
.info_popover{
    font-size: 12px;
    margin-right: 15px;
    animation: blueblack .7s infinite ease-in-out;
}
@keyframes blueblack {
    0% {
        color: #506fd9;
    }
    50% {
        color: #FF4136;
    }
    100% {
        color: #506fd9;
    }
}
.wizard > .steps > ul{
    display: flex;
    justify-content: center;
}
.login-page-right-section{
    position: relative;
    width: 100%;
    height: 100%;
}
.login-page-right-section .logo_image_container{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo_image_container svg{
    width: 200px;
}
.login-page-right-section .tdpu_text{
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 67%;*/
    /*transform: translate(-50%,-50%);*/
    width: 500px;
    text-align: center;
    font-weight: bold;
}
.login-page-right-section .tdpu_text h3{
    color: #fff;
    font-weight: bold;
}

.tspan{
    font-family: --bs-body-font-family;
}
