/* Custom styles for accounts */
body {
    background-color: #05677A !important; /* Deep teal from the palette */
    background-image: linear-gradient(135deg, #05677A 0%, #00878C 100%) !important; /* Clean teal gradient from the palette */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Crisp and clean login card layout on the teal background */
.card {
    background-color: #14222A !important; /* Darkest slate for clean, premium contrast */
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
}

