.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.login-page a {
    color: #47A0BB;
}

.login-card {
    position: relative;
    top: -100px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background: #ffffff;
    border-radius: 10px;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
}

.login-logo {
    height: 80px;
}

.login-title {
    font-size: 1.75rem;
    font-weight: 500;
}