:root{
    --navy:#0b1630;
    --mid:#1b2a55;
    --blue:#0f3bb0;
    --card-bg: rgba(255,255,255,0.06);
    --card-border: rgba(255,255,255,0.08);
    --accent: rgba(9,12,30,0.85);
}
.login-page
{
    position: relative;
    width: 100%;
    height: 100vh;
    inset-block-start: 0;
    background-image: url("/assets/images/media/landing/2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* gradient fallback */
    background: linear-gradient(180deg, var(--navy) 0%, var(--mid) 45%, var(--blue) 100%);
}
.login-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(var(--primary-rgb), 0.7); */
}
/* Decorative background image layer (to the right like in your screenshot).
    Replace 'background.jpg' with your image path or remove if not needed. */
.login-page::after{
    content:"";
    position:absolute;
    top:10%;
    right:10%;
    width:70%;
    height:70%;
    background-image: url("/assets/images/media/pngs/mse_back_logo.png"); /* <- change to your file e.g. /mnt/data/Web design 1.jpg */
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center right;
    /* opacity:0.12; */
    pointer-events:none;
    transform:translateX(5%);
    filter:grayscale(40%) contrast(90%);
}

.login-card
{
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 200px;
    border-radius: 20px;
    background: rgba(0,0,0,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.login-left
{
    width: 50%;
    float: left;
    background-image: url("/assets/images/media/pngs/login_left_back.jpg"); /* <- change to your file e.g. /mnt/data/Web design 1.jpg */
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-left .login-logo
{
    width: 100%;
    height: 100%;
    background-color: rgba(11, 22, 48, 0.4);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.login-left .login-logo img
{
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 100px;
}
.login-right
{
    width: 50%;
    float: left;
    color: white;
    padding: 0px 40px;
    box-sizing: border-box;
}
.login-right h2
{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
}
.login-right h3
{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.login-right label
{
    font-size: 14px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.5);
}
.login-right .pass-reset-button
{
    text-align: right;
    color: #fff;
}
.login-right .pass-reset-button a
{
    color: #fff;
    text-decoration: none;  
}
.login-right input
{
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}
.login-right button
{
    margin-top: 20px;
    background: #0f3bb0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0px;
    width: 100%;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.pages-header
{
    position: relative;
    width: 100%;
    inset-block-start: 0;
    background-image: url("/assets/images/media/landing/2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* gradient fallback */
    background: linear-gradient(180deg, var(--navy) 0%, var(--mid) 45%, var(--blue) 100%);
}
.pages-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(var(--primary-rgb), 0.7); */
}
/* Decorative background image layer (to the right like in your screenshot).
    Replace 'background.jpg' with your image path or remove if not needed. */


.login-page .login-container {
  padding: 2rem 3rem;
  /* background-color: #0b1630; */
  border-radius: 20px;
  background-color: rgba(0,0,0,0.1);
}
.login-page .login-heading {
  line-height: 1.25;
  text-shadow: 1px 1px var(--black-1);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.pages-header .pages-container {
  padding: 2rem 3rem;
  margin-bottom: 40px;
}
.pages-header .pages-heading {
  line-height: 1.25;
  text-shadow: 1px 1px var(--black-1);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.pages-heading .pages-heading-left{
    display:flex;
    flex-direction:column;
    gap:6px;
    border-right: 1px solid rgba(255,255,255,0.3);
    float: left;
    padding-right: 10px;
}
.pages-heading .pages-heading-right{
    display:flex;
    flex-direction:column;
    gap:4px;
    margin-left: 10px;
    align-items: flex-end;
    float: left;
    opacity: 0.8;
}
.pages-heading .pages-heading-left p{
    font-size:20px;
    margin:0;
    text-transform: uppercase;
}
.pages-heading .pages-heading-left h4{
    font-size:36px;
    margin:0;
    font-weight:700;
    color: #fff;
    opacity: 0.8;
}
.pages-heading .pages-heading-right h3{
    font-size:28px;
    margin:0;
    font-weight:700;
    color: #fff;
}
.pages-heading .pages-heading-right h6{
    font-size:16px;
    margin:0;
    font-weight:500;
}
.pages-heading .pages-heading-right .color-red{
    color:#ff4d4f;
}
.pages-heading .pages-heading-right .color-green{
    color:#4caf50;
}

.pages-container::after{
    content:"";
    position: absolute;
    top:-75%;
    right:25%;
    width:200%;
    height:200%;
    background-image: url("/assets/images/brand-logos/background_graph.png"); /* <- change to your file e.g. /mnt/data/Web design 1.jpg */
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center right;
    /* opacity:0.12; */
    pointer-events:none;
    transform:translateX(5%);
    filter:grayscale(40%) contrast(90%);
}

/* HEADER WRAPPER */
.top-header{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 40px;
    position:relative;
    margin-bottom: 100px;
}

/* LEFT MENU BUTTONS */
.left-menu{
    display:flex;
    gap:14px;
}

.menu-btn{
    padding:10px 22px;
    background:rgba(255,255,255,0.06);
    color:white;
    border-radius:26px;
    border:1px solid rgba(255,255,255,0.14);
    cursor:pointer;
    font-size:14px;
    transition: none;
}
.menu-btn.active{
    background:white;
    color:#0b1630;
}
/* INACTIVE товч дээр hover ямар ч өөрчлөлтгүй */
.menu-btn:not(.active):hover{
    background:rgba(255,255,255,0.06) !important; /* өөрчлөгдөхгүй */
    color:white !important;                        /* өөрчлөгдөхгүй */
    border-color:rgba(255,255,255,0.14) !important; /* өөрчлөгдөхгүй */
    cursor:pointer;                                 /* хэвээр */
}
.btn-search{
    padding:10px 22px;
    background:rgba(255,255,255,0.06);
    color:white;
    border-radius:26px;
    border:1px solid rgba(255,255,255,0.14);
    cursor:pointer;
    font-size:14px;
    transition: none;
    background-image: url("/assets/images/search.png");
    background-repeat:no-repeat;
    background-position:20px center;
    background-size:30px;
    padding-left:60px;   /* icon орон зай гаргана */
}
.btn-search:hover{
    padding:10px 22px;
    background:rgba(255,255,255,0.06);
    color:white;
    border-radius:26px;
    border:1px solid rgba(255,255,255,0.14);
    cursor:pointer;
    font-size:14px;
    transition: none;
    background-image: url("/assets/images/search.png");
    background-repeat:no-repeat;
    background-position:20px center;
    background-size:30px;
    padding-left:60px;   /* icon орон зай гаргана */
}

/* LOGO CENTER */
.logo-center{
    text-align:center;
    position:absolute;
    left:50%;
    top: 20px;
    transform:translateX(-50%);
}
.logo-center img{
    height:120px;
}
.logo-center .sub-title{
    font-size:12px;
    font-weight:600;
    margin-top:6px;
    letter-spacing:0.06em;
}

/* RIGHT MENU */
.right-menu{
    display:flex;
    align-items:center;
    gap:18px;
}

.lang-btn{
    padding:8px 18px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.25);
    background:rgba(255,255,255,0.05);
    color:white;
    font-size:14px;
    cursor:pointer;
    transition: none;
}
.lang-btn:hover{
    padding:8px 18px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.25);
    background:rgba(255,255,255,0.05);
    color:white;
    font-size:14px;
    cursor:pointer;
}

.profile{
    display:flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,0.05);
    padding:8px 14px;
    border-radius:30px;
    border:1px solid rgba(255,255,255,0.2);
    cursor:pointer;
}
.profile-icon{
    font-size:20px;
}

.btn-search-mid{
    padding:12px 26px;
    background:rgba(17, 25, 74, 1);
    color:white;
    cursor:pointer;
    font-size:16px;
    transition: none;
}
.btn-search-mid:hover{
    background:rgba(17, 25, 74, 1);
    color: white;
}
.btn-search-mid img{
    height:25px;
    margin-right:8px;
}