/* Custom styles for E-Learning UNPRAMA */
body {
    background-color: #f0f0f0;
}

header {
    background-color: #003366;
}

.btn-primary {
    background-color: #003366;
    border-color: #003366;
}

.btn-primary:hover {
    background-color: #002244;
    border-color: #002244;
}

.card {
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.login-form .card {
    border: none;
    border-radius: 15px;
}

.input-group-text {
    background-color: #003366;
    color: white;
    border: none;
}

footer {
    margin-top: 50px;
}

/* Add any additional custom styles here */