/* ============================================================
   LOGIN — TELA PERSONALIZADA (page-login.php)
   ============================================================ */

body.page-template-page-login {
    background: url('/wp-content/themes/astra-child/assets/img/login-bg.png')
                center center no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    position: relative;
}

body.page-template-page-login:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 0;
}

/* Centralização */
.page-template-page-login .site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-template-page-login .site-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
}

/* Modal padrão */
.page-template-page-login .hunch-modal-container {
    color: #fff !important;
}