/*.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;*/
/*}*/

.form-auth__field.__error input{
    border-color:#E05A5A !important;
}
.form-errors{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E05A5A;
    padding-top: 5px;
}
.popup__notices{
    margin-bottom: 12px;
}
.popup__notices .woocommerce-error,
.popup__notices .woocommerce-message,
.popup__notices .woocommerce-info{
    margin: 0 0 8px 0;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
}
.popup__notices .woocommerce-error{
    background: #fdecea;
    border: 1px solid #E05A5A;
    color: #c0392b;
}
.popup__notices .woocommerce-message{
    background: #eafaf1;
    border: 1px solid #27ae60;
    color: #1e8449;
}
.popup__notices .woocommerce-info{
    background: #e8f4fd;
    border: 1px solid #2980b9;
    color: #1a5276;
}
body form .account__navigation-button:focus, 
body form .button:focus, 
body form .upload-button:focus {
    background-color: var(--button-bg);
    color: rgb(245, 245, 245);
}