/*.login-popup {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    display: none;*/
/*    z-index: 9999;*/
/*}*/

/*.login-popup.active {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.login-popup__overlay {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,.6);*/
/*}*/

/*.login-popup__content {*/
/*    position: relative;*/
/*    background: #fff;*/
/*    padding: 40px;*/
/*    border-radius: 12px;*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    z-index: 2;*/
/*}*/