body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url("/static/Fondo280425.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
}

h1, h3 {
    text-align: center;
    color: #b084ff; /* morado neón */
    text-shadow: 0 0 8px #b084ff;
}

form, table {
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    background-color: rgba(10, 10, 50, 0.85); /* azul marino oscuro semitransparente */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px #6a00ff;
}

input, select, button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-size: 1em;
}

button {
    background-color: #b084ff;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 0 10px #b084ff;
}

button:hover {
    background-color: #a060ff;
}

a {
    display: block;
    text-align: center;
    color: #b084ff;
    margin-top: 30px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th, td {
    border: 1px solid #b084ff;
    padding: 10px;
    text-align: left;
}

th {
    background-color: rgba(176, 132, 255, 0.2);
}

.logo-bottom {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.logo-bottom img {
    width: 150px;
    height: auto;
}
