﻿/* LOGIN PAGE EXTRAS (works with main.css) */
/* Only small layout tweaks specific to Login.aspx */

body.login-page .container {
    padding-top: 64px; /* below header */
    padding-bottom: 64px;
}

body.login-page .right {
    margin-top: 32px;
}

body.login-page .card {
    max-width: 440px;
}
/* Smooth theme transition */
html, body, .product-card-inner, .products-search-pill, .products-summary-pill,
.header, .wizard-top-bar, .wizard-body {
    transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

    /* The fade overlay class added from VB */
    body.theme-fade {
        filter: brightness(0.98);
    }