/* =========================================
   LOGIN.CSS (Auth Layout)
   ========================================= */

/* Use the exact same styles as join-us.css */
@import url('join-us.css');

.form-header a {
    color: var(--accent-primary);
    text-decoration: none;
    font-weight: 700;
}

/* Customization for Login Background Image */
.auth-visual {
    background-image: url('https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
}