/* assets/style.css */
.cas-container {
    max-width: 500px;
    margin: 50px auto;
}

.cas-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cas-card-header {
    background: #0d6efd;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.cas-card-body {
    padding: 30px;
}

.cas-btn-primary {
    background: #0d6efd;
    border: none;
    padding: 10px;
    font-weight: 500;
}

.cas-btn-primary:hover {
    background: #0b5ed7;
}

.cas-alert {
    border-radius: 8px;
}