
:root {
    --page-login-bg: #1c1b4d;
}

.login-wrapper .main-header #header-logo img {
    margin: 40px 0;

    width: 100%;
    aspect-ratio: 286 / 34;
    object-fit: cover;
}

.main-header #header-logo a .logo-custom .logo-and-name,
.responsive-header #responsive-header-logo a .logo-and-name {
    font-size: var(--font-size-xl);
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    span {
        margin-left: 5px;
    }
}
