@import 'QQ.Icotep.Web.Client.s1pdf9dhzy.bundle.scp.css';

/* _content/QQ.Icotep.Web/Components/Account/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-0i4y44yrb1] {
    padding: 4rem 2rem;
    background: url('/Images/Hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - var(--mud-appbar-height));
}

.login-paper[b-0i4y44yrb1] {
    padding: 3rem;
    background: white;
    box-shadow: 1px 1px 3px 3px #0000004d;
    border-radius: 8px;
    max-width: 450px;
    width: min(450px, 100%);
}

@media (width < 600px) {
    .login-wrapper[b-0i4y44yrb1] {
        padding: 2rem .5rem;
    }

    .login-paper[b-0i4y44yrb1] {
        padding: 1.5rem;
    }
}
