/* Auth pages (login/signup/password reset): batter artwork backdrop.
   The artwork is light, so only a faint wash is needed to lift the card off it. */
.auth-minimal-wrapper {
    position: relative;
    background: #ece7dd url("../images/auth-batter-bg.223512044988.jpg") center center / cover no-repeat;
}

.auth-minimal-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 24, 0.12);
}

.auth-minimal-wrapper .auth-minimal-inner {
    position: relative;
    z-index: 1;
}

.auth-minimal-wrapper .minimal-card-wrapper .card {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}
