
body {
    background-color: #f4f7fa;
    font-family: 'Segoe UI', sans-serif;
}
.section-title1 span {
    color: #ffc107;
    text-shadow: 2px 1px 1px black;
}
.card-custom {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: none;
    border-radius: 10px;
}

.login-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.login-img {
    width: 80px;
    margin-bottom: 10px;
}

.login-btn {
    background-color: #1559a6;
    color: white;
    border-radius: 20px;
    padding: 6px 20px;
    border: none;
}

.section-title {
    background-color: #1559a6;
    color: white;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.list-group-item i {
    margin-right: 10px;
    color: #1559a6;
}

.list-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
