
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
        color: rgb(14, 195, 250);
    background-color: #474444c5;
    font-size: 20px;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Secundarios/asset/img/pngtree-d-abstract-digital-technology-background-futuristic-sci-fi-user-interface-concept-image_406794.jpg);
    background-attachment: fixed;
    background-size: cover;
    opacity:0.1; /* Ajusta la opacidad según tus preferencias */
    z-index: -11; /* Asegura que el pseudo-elemento esté detrás del contenido */
}

h1{
    text-align: center;
    font-size: 20px;
}
nav{
        padding: auto;
        background-color: #ffffff; /* Cambiado a blanco */
        padding-bottom: 10px;
        position: auto;
        font-size: 20px;
    
}

h4{
    color: rgb(9, 233, 222);
    background-color: #333(47, 49, 63, 0.533);
    text-align: center;
    font-size: 24px;
}

h2{
    color:rgb(255, 0, 179);
    text-align: center;
    background-color: #333(47, 49, 63, 0.533);
       font-size: 20px;
       padding: 10px;
}

a{
    color:rgb(189, 255, 83);
    text-align: auto;
    background: transparent;
    font-size: 23.9px;
    padding-top: 15px;
    padding-right: 15px;
}
nav a{
    text-decoration: none; 
    text-align: center;
    color: rgb(255, 255, 255);
    
}
.logo{
    max-width: 1000px;
    margin-top: 50px;
    margin-right: 50px;
    margin-left: 50px;
}
.texto-adicional{
    background: transparent;
    padding: 20px;
}

ul{
    text-align: center;
}

.barra-superior {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #464343;
    color: rgb(255, 78, 47);
    font-size: 60px;
}

.login-container {
    background-color: #34495e; /* Bloque de inicio de sesión */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    position: relative;
}

.login-container h2 {
    margin-top: 0;
    text-align: left;
}

.login-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #2c3e50; /* Fondo oscuro para el input */
    color: #fff; /* Color del texto */
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #3498db; /* Color del botón */
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #2980b9; /* Color del botón al pasar el mouse */
}

.error-message {
    color: red;
    font-weight: bold;
    text-align: center;
}

/* Estilos para el botón de registro */
.background-image {
    background-image: url('pngtree-d-abstract-digital-technology-background-futuristic-sci-fi-user-interface-concept-image_406794.jpg'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
   position: relative;
    height: 100vh;
    overflow: hidden;
   
}

.register-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #3498db; /* Color del botón */
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    cursor: pointer;
}

.register-button:hover {
    background-color: #2980b9; /* Color del botón al pasar el mouse */
}
.登录{
    position: relative;
    
    max-width: 230px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    
}
.Resaltar{
color:cornsilk;
background-color: #000000;
border-radius: 5%;
padding: 10px;
text-decoration: none;
}




@media(max-width:800px){ 
    body {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
            color: rgb(14, 195, 250);
        background-color: #000000c5;
        font-size: 20px;
    }
    
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/Secundarios/asset/img/pngtree-d-abstract-digital-technology-background-futuristic-sci-fi-user-interface-concept-image_406794.jpg);
        background-attachment: fixed;
        background-size: cover;
        opacity:0.1; /* Ajusta la opacidad según tus preferencias */
        z-index: -11; /* Asegura que el pseudo-elemento esté detrás del contenido */
    }
    
    h1{
        text-align: center;
        font-size: 20px;
    }
    nav{
        padding: auto;
        background-color: #3b3737;
        padding-bottom: 10px;
        position: absolute;
        font-size: 10px;
    }
    h4{
        color: rgb(9, 233, 222);
        background-color: #333(47, 49, 63, 0.533);
        text-align: center;
        font-size: 24px;
    }
    
    h2{
        color:rgb(255, 0, 179);
        text-align: center;
        background-color: #333(47, 49, 63, 0.533);
           font-size: 20px;
           padding: 10px;
    }
    
    a{
        color:rgb(189, 255, 83);
        text-align: auto;
        background: transparent;
        font-size: 23.9px;
        padding-top: 15px;
        padding-right: 15px;
    }
    nav a{
        text-decoration: none; 
        text-align: center;
        color: rgb(255, 255, 255);
        
    }
    .logo{
        max-width: 1000px;
        margin-top: 50px;
        margin-right: 50px;
        margin-left: 50px;
    }
    .texto-adicional{
        background: transparent;
        padding: 20px;
    }
    
    ul{
        text-align: center;
    }
    
    .barra-superior {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        background-color: #000000;
        color: rgb(255, 78, 47);
        font-size: 60px;
    }
    
    .login-container {
        background-color: #34495e; /* Bloque de inicio de sesión */
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        position: relative;
    }
    
    .login-container h2 {
        margin-top: 0;
        text-align: left;
    }
    
    .login-container input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #2c3e50; /* Fondo oscuro para el input */
        color: #fff; /* Color del texto */
    }
    
    .login-container button {
        width: 100%;
        padding: 10px;
        background-color: #3498db; /* Color del botón */
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }
    
    .login-container button:hover {
        background-color: #2980b9; /* Color del botón al pasar el mouse */
    }
    
    .error-message {
        color: red;
        font-weight: bold;
        text-align: center;
    }
    
    /* Estilos para el botón de registro */
    .background-image {
        background-image: url('pngtree-d-abstract-digital-technology-background-futuristic-sci-fi-user-interface-concept-image_406794.jpg'); /* Ruta de la imagen de fondo */
        background-size: cover;
        background-position: center;
       position: relative;
        height: 100vh;
        overflow: hidden;
       
    }
    
    .register-button {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #3498db; /* Color del botón */
        color: #fff;
        border: none;
        border-radius: 3px;
        padding: 10px 20px;
        cursor: pointer;
    }
    
    .register-button:hover {
        background-color: #2980b9; /* Color del botón al pasar el mouse */
    }
    .登录{
        position: relative;
        
        max-width: 230px;
    }
    
    .container {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        
    }
    .Resaltar{
    color:cornsilk;
    background-color: #000000;
    border-radius: 5%;
    padding: 10px;
    text-decoration: none;
    }
}





@media(max-width:790px){ 
    body {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
            color: rgb(14, 195, 250);
        background-color: #000000c5;
        font-size: 20px;
    }
    
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/Secundarios/asset/img/pngtree-d-abstract-digital-technology-background-futuristic-sci-fi-user-interface-concept-image_406794.jpg);
        background-attachment: fixed;
        background-size: cover;
        opacity:0.1; /* Ajusta la opacidad según tus preferencias */
        z-index: -11; /* Asegura que el pseudo-elemento esté detrás del contenido */
    }
    
    h1{
        text-align: center;
        font-size: 20px;
    }
    nav{
        margin: 0;
        padding: 0;
        padding-left: 70px;
        background-color: #000000;
        padding-bottom: 10px;
        position: absolute;
        font-size: 10px;
    }
    h4{
        color: rgb(9, 233, 222);
        background-color: #333(47, 49, 63, 0.533);
        text-align: center;
        font-size: 24px;
    }
    
    h2{
        color:rgb(255, 0, 179);
        text-align: center;
        background-color: #333(47, 49, 63, 0.533);
           font-size: 20px;
           padding: 10px;
    }
    
    a{
        color:rgb(189, 255, 83);
        text-align: auto;
        background: transparent;
        font-size: 23.9px;
        padding-top: 15px;
        padding-right: 15px;
    }
    nav a{
        text-decoration: none; 
        text-align: center;
        color: rgb(255, 255, 255);
        
    }
    .logo{
        
        max-width: 1000px;
        margin-top: 20px;
        margin-right: 50px;
        margin-left: 50px;
    }
    .texto-adicional{
        background: transparent;
        padding: 20px;
    }
    
    ul{
        text-align: center;
    }
    
    .barra-superior {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        background-color: #000000;
        color: rgb(255, 78, 47);
        font-size: 60px;
    }
    
    .login-container {
        background-color: #34495e; /* Bloque de inicio de sesión */
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        position: relative;
    }
    
    .login-container h2 {
        margin-top: 0;
        text-align: left;
    }
    
    .login-container input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #2c3e50; /* Fondo oscuro para el input */
        color: #fff; /* Color del texto */
    }
    
    .login-container button {
        width: 100%;
        padding: 10px;
        background-color: #3498db; /* Color del botón */
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }
    
    .login-container button:hover {
        background-color: #2980b9; /* Color del botón al pasar el mouse */
    }
    
    .error-message {
        color: red;
        font-weight: bold;
        text-align: center;
    }
    
    /* Estilos para el botón de registro */
    .background-image {
        background-image: url('pngtree-d-abstract-digital-technology-background-futuristic-sci-fi-user-interface-concept-image_406794.jpg'); /* Ruta de la imagen de fondo */
        background-size: cover;
        background-position: center;
       position: relative;
        height: 100vh;
        overflow: hidden;
       
    }
    
    .register-button {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #3498db; /* Color del botón */
        color: #fff;
        border: none;
        border-radius: 3px;
        padding: 10px 20px;
        cursor: pointer;
    }
    
    .register-button:hover {
        background-color: #2980b9; /* Color del botón al pasar el mouse */
    }
    .登录{
        position: relative;
        
        max-width: 230px;
    }
    
    .container {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        
    }
    .Resaltar{
    color:cornsilk;
    background-color: #000000;
    border-radius: 5%;
    padding: 10px;
    text-decoration: none;
}
}