/* ===========================
   WMIS Landing Page
=========================== */

.hero {
    background: url('/images/background.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    background: rgba(255,255,255,0.90);
    width: 900px;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,.25);
}

.logo {
    width: 140px;
    margin-bottom: 30px;
}

.overlay h1 {
    color: #0A4EA3;
    font-weight: bold;
    font-size: 55px;
}

.overlay h2 {
    color: #222;
    font-size: 34px;
    margin-top: 15px;
}

.overlay h3 {
    color: #666;
    margin-bottom: 30px;
}

.overlay p {
    font-size: 22px;
    color: #444;
}

.btn-primary {
    padding: 15px 60px;
    font-size: 24px;
    border-radius: 40px;
}
.login-page {
    background: url('/images/background.jpg.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    width: 420px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
}

.login-logo {
    width: 90px;
    margin-bottom: 20px;
}
