﻿body, html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.bg-image {
    background: url('/images/insurance-bg.jpg') no-repeat center center/cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.35);
    z-index: -1;
}

.login-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.btn-primary {
    background-color: #ecdf2d;
    border: none;
    color: #222;
    font-weight: bold;
    padding: .7rem;
}

    .btn-primary:hover {
        background-color: #d4c92b;
        color: black;
    }

.form-control {
    border-radius: 6px;
    padding: .65rem;
}
