body {
    background-image: url(../img/fondo.png);
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Courier New", monospace;
}


.login-container {
    justify-content: center;
    background-color: #036088;
    border: 2px solid #036088;
    padding: 40px;
    width: 350px;
    box-shadow: 0 0 20px #036088;
    text-align: center;
}

.login-container h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:30px;
}

input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: black;
    border: 1px solid #00b6de;
    color: #00b6de;
}

button {
    width: 100%;
    padding: 10px;
    background: #00b6de;
    color: white;
    border: none;
    font-weight: bold;
    font-size: medium;
}

.btn{ 
    width: 100%;
    padding: 10px;
    background: #00b6de;
    color: white;
    border: none;
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
}