/*
 * This file is for custom styles for the Partner Portal.
 * It loads AFTER the main stylesheet, so you can override anything here.
*/

body {
    /* A subtle gradient background for a more professional feel */
    background-color: #f8f9fa;
    background-image: linear-gradient(315deg, #f8f9fa 0%, #e9ecef 74%);
}

.card {
    /* Adds a bit more shadow to the login/register card to make it pop */
    box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06) !important;
}