/* --- Redesigned Landing Page Styles --- */
.welcome-card {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    max-width: 430px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px) saturate(120%);
    border: 1.5px solid rgba(255,255,255,0.35);
}
.welcome-logo {
    width: 90px;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 2px 8px rgba(25,135,84,0.15));
}
.welcome-title {
    font-weight: 800;
    color: #198754;
    margin-bottom: 0.2rem;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(25,135,84,0.08);
}
.welcome-desc {
    color: #222;
    margin-bottom: 2.2rem;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.6;
}
.btn-login {
    background: linear-gradient(90deg, #198754 60%, #43cea2 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 2rem;
    padding: 0.85rem 2.7rem;
    font-size: 1.18rem;
    box-shadow: 0 2px 12px 0 rgba(25,135,84,0.10);
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
}
.btn-login:hover {
    background: linear-gradient(90deg, #145c32 60%, #198754 100%);
    color: #fff;
    box-shadow: 0 4px 18px 0 rgba(25,135,84,0.18);
}
/* --- Landing Page Custom Styles --- */
body {
    min-height: 100vh;
    background: url('cover.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.bg-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34, 40, 49, 0.6);
    z-index: 0;
}
/* --- Redesigned Landing Page Styles --- */
.welcome-card {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    max-width: 430px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px) saturate(120%);
    border: 1.5px solid rgba(255,255,255,0.35);
}
.welcome-logo {
    width: 90px;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 2px 8px rgba(25,135,84,0.15));
}
.welcome-title {
    font-weight: 800;
    color: #198754;
    margin-bottom: 0.2rem;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(25,135,84,0.08);
}
.welcome-desc {
    color: #222;
    margin-bottom: 2.2rem;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.6;
}
.btn-login {
    background: linear-gradient(90deg, #198754 60%, #43cea2 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 2rem;
    padding: 0.85rem 2.7rem;
    font-size: 1.18rem;
    box-shadow: 0 2px 12px 0 rgba(25,135,84,0.10);
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
}
.btn-login:hover {
    background: linear-gradient(90deg, #145c32 60%, #198754 100%);
    color: #fff;
    box-shadow: 0 4px 18px 0 rgba(25,135,84,0.18);
}
