.login-wt-openview .login-form-popup .siginincontainer:before,
.login-wt-openview .login-form-popup .siginupcontainer:before,
.login-wt-openview .login-form-popup .forgetpasswordcontainer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 6px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2563eb, #3b82f6, #60a5fa);
}



.login-wt-openview .md-close{
    position: absolute !important;
    right: 18px !important;
    top: 18px !important;
    width: 42px !important;
    height: 42px !important;
    border: none !important;
    border-radius: 50% !important;
    color: #64748b !important;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    font-size: 26px !important;
    cursor: pointer !important;
    transition: .3s !important;
}
.login-wt-openview .md-close:hover i{
    background: #ef4444;
}
.login-wt-openview .md-close:hover{
    color: #fff;
    transform: rotate(90deg);
}