﻿.text-primary {font-family:'Times New Roman';
}
    body {
            background-color: #f5f7fa;
        }
        .card {
            border-radius: 15px;
        }
        .header {
            background: #0d6efd;
            color: white;
            padding: 15px;
            text-align: center;
            border-radius: 10px 10px 0 0;
        }




@media (max-width: 768px) {
    h3 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
}


  .card {
        border-radius: 15px;
    }

    label {
        font-weight: 600;
    }

    @media (max-width: 768px) {
        h3 {
            font-size: 18px;
        }
    }
 
    body {
        background-color: #f5f7fa;
    }

    .header {
        background: #0d6efd;
        color: white;
        padding: 15px;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    .card {
        border-radius: 15px;
    }

    label {
        font-weight: 600;
    }

    .form-control, .form-select {
        font-size: 18px;
        padding: 12px;
    }

      .card {
            border-radius: 12px;
        }
.table th {
    background-color: #0d6efd;
    color: white;
}
.body {
       background: linear-gradient(135deg, #0d6efd, #6610f2);
        }
        .login-box {
            max-width: 400px;
            margin: auto;
            margin-top: 120px;
            padding: 30px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }