.bodyprijava {
    margin: 0;
    min-height: 100vh;
    background: #e8eef7;
    font-family: Montserrat, Arial, sans-serif;
    color: #0f172a;
}

.bodyprijava * {
    box-sizing: border-box;
}

.center {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}

.kvadrat {
    width: 430px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 28px;
    padding: 44px 42px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.login-brand {
    text-align: center;
    margin-bottom: 34px;
}

.login-logo {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -1.5px;
    color: #0f172a;
}

.login-subtitle {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #64748b;
}

#loginForm {
    width: 100%;
}

.vstaviimetrgovine,
.vstavigeslo {
    width: 100%;
    height: 52px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #ffffff;
    padding: 0 16px;
    font-size: 16px;
    color: #0f172a;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vstaviimetrgovine::placeholder,
.vstavigeslo::placeholder {
    color: #94a3b8;
}

.vstaviimetrgovine:focus,
.vstavigeslo:focus {
    border-color: #3366A3;
    box-shadow: 0 0 0 4px rgba(51, 102, 163, 0.16);
}

.prijav-button {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 14px;
    background: #3366A3;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, opacity 0.15s ease;
    box-shadow: 0 12px 24px rgba(51, 102, 163, 0.28);
}

.prijav-button:hover:not(:disabled) {
    background: #285487;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(51, 102, 163, 0.34);
}

.prijav-button:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(51, 102, 163, 0.25);
}

.prijav-button:disabled {
    background: #b8c7df;
    color: #f8fafc;
    cursor: not-allowed;
    box-shadow: none;
}

.login-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}
.bodyprijava .login-brand-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.bodyprijava .login-mark {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
}

.bodyprijava .login-logo {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -1.5px;
    color: #0f172a;
}
.bodyprijava .login-brand {
    text-align: center;
    margin-bottom: 34px;
}

.bodyprijava .login-full-logo {
    display: block;
    width: 280px;
    max-width: 85%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.bodyprijava .login-subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.4;
    color: #64748b;
    text-align: center;
}

/* Če so ostali stari razredi še kje v CSS-u, jih na loginu praktično izklopimo */
.bodyprijava .login-brand-main,
.bodyprijava .login-mark,
.bodyprijava .login-logo {
    all: unset;
}