body {
    background: radial-gradient(
        rgba(255, 127, 0, 0.6),
        rgba(106, 13, 173, 0.6)
    ),
    url("../alumnos_pasillo.png") no-repeat center center fixed;

    background-size: cover;
    font-family: Arial, sans-serif;
}


.login-box {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    width: 300px;
    margin: 100px auto;
    text-align: center;
}

.login-box h2 {
    margin-bottom: 20px;
}

input {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 90%;
    border: none;
    border-radius: 5px;
}

button {
    background: #FFFFFF;
    color: #6A0DAD;
    font-weight: bold;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background: #FFD700;
    color: #6A0DAD;
}
