﻿body {
    background: #f5f7fa url('../images/background-20.jpg') no-repeat center center fixed;
    background: #f5f7fa url('../images/background-26.jpg') no-repeat center center fixed;
    background: #f5f7fa url('../images/background8.png') no-repeat center center fixed;
    background: #f5f7fa url('../images/background10b.jpg') no-repeat center center fixed;
    background: #f5f7fa url('../images/background8.jpg') no-repeat center center fixed;
    /*background: #f5f7fa url('../images/background-32.jpg') no-repeat center center fixed;*/
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    background: var(--tblr-card-bg, #fff);
    padding: 2.5rem 2rem 2rem 2rem;
    border-radius: var(--tblr-card-border-radius, 12px);
    box-shadow: var(--tblr-card-box-shadow, 0 4px 24px rgba(0,0,0,0.08));
    width: 100%;
    max-width: 450px;
}

.logo {
    display: block;
    margin: 0 auto 1.5rem auto;
    max-width: 140px;
}