body {
    
    
    background: #c0c0aa; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #c0c0aa, #1cefff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c0c0aa, #1cefff);

    /*background: url('iglenaz.png') no-repeat center center fixed;
    background-size: cover;*/
}

.card {
    width: 100%;
    max-width: 400px;
    border-radius: 20px !important; /* Esquinas más redondeadas */
    background-color: rgba(255, 255, 255, 0.8) !important; /* Fondo blanco translúcido */
}

.form-control {
    border-radius: 20px !important;
}

.btn-primary {
    border-radius: 20px;
    background: #007bff;
    border: none;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #0056b3;
}

.card-title {
    font-weight: bold;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.form-check-label {
    user-select: none;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; /* Letra más gruesa */
    font-size: 1.1em; /* Tamaño de letra más grande */
    color: #333; /* Color de texto */
}
