﻿body {
    background: linear-gradient(135deg, #e8f2ff 0%, #ffffff 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    border: none;
}

.btn-primary {
    background-color: #2b7a78; /* Elevita teal */
    border-color: #2b7a78;
    font-weight: 500;
}

    .btn-primary:hover {
        background-color: #266f6e;
        border-color: #266f6e;
    }

.btn-primary:disabled {
    background-color: #2b7a78;
    border-color: #2b7a78;
}

a {
    color: #2b7a78;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.login-tagline {
    color: #2b7a78 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 1.05rem !important;
    font-style: italic !important;
    font-weight: 500 !important;
    text-align: center;
    margin-top: -0.25rem; /* 🔹 moves it closer to the logo */
    margin-bottom: 1rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
}
