.header-title-main {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1.30rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.header-title-sub {
    color: white;
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    font-size: 1.60rem !important;
    font-weight: normal;
    margin-top: 2px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #F4C560;
    z-index: 1001;
    display: flex;
    align-items: center;
    padding: 0 40px;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fixed-header img {
    height: 35px;
    object-fit: contain;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #3b5998;
    background: linear-gradient(180deg, #4A69BD 0%, #324B82 100%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.login-container {
    overflow: hidden;
    padding-top: 50px;
    min-height: 100vh;
    box-sizing: border-box;
}

.role-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}

.login-right.enhanced-bg {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: white;
}

.elib-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.20;
    z-index: 1;
}

.welcome-overlay {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.elib-overlay {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.welcome-text {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    color: #2c5282;
    font-size: 2.50rem;
    margin: 0;
    font-weight: normal;
}

.project-elib-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}

.project-elib-title {
    color: #2c5282;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.1;
}

.project-elib-subtitle {
    color: #2c5282;
    font-size: 1.80rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.header-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}