body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.image-container {
    background-image: url('../images/fondo.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.card-container {
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    max-width:400px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#olvidar_clave a {
    color: gray;
    text-decoration: none;
    font-size: 88%;
}

body {
    overflow-y: hidden;
    overflow-x: hidden;
}