/**
 * @file        auth-login.css
 * @project     ucha-se-da-karam-platforma
 *
 * @license     Proprietary (Client Ownership Transfer After Final Payment)
 *              This file is part of a custom software project developed by
 *              IT Business Systems Ltd for the client.
 *
 *              Ownership of first-party project code is transferred to the client
 *              after final payment, according to the signed agreement.
 *
 *              Third-party libraries and dependencies remain under their own
 *              respective licenses and are not transferred as proprietary ownership.
 *
 * @author      banko.zhelyazkov
 * @company     IT Business Systems Ltd
 * @contact     info@itbs.bg
 * @date        12/05/2026
 *
 * @package     Public
 */

:root {
    --tblr-primary: #0f4c81;
    --tblr-primary-rgb: 15, 76, 129;
}

body {
    background: #f5f7fb;
}

.brand-logo {
    width: 78px;
    height: 78px;
}

.school-name {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.school-subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #6b7280;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
