/* Estilos para la app */

.card {
    border-radius: 0 !important;
}

.card-header {
    border-radius: 0 !important;
}

.card-body {
    border-radius: 0 !important;
    padding: 0 !important;
}

.card-container {
    padding: 20px;
}

.alert {
    border-radius: 0;
}
