body {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
   background-image: url('https://lh3.googleusercontent.com/p/AF1QipPTa9zpEuqO4UKhL2NvYHrMHPbjGpaj3AuAruiN=s1360-w1360-h1020');
    background-position: center center;
    background-size: cover;
    opacity: 0.99; /* establecer nivel de opacidad */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    min-height: 75%;
}
hr {
    border: none; /* Elimina cualquier borde predeterminado */
    height: 3px; /* Establece la altura de la línea */
    background-color: #000000; /* Establece el color de la línea */
    margin: 15px 130px;
    margin-bottom: 25px; 
}
.container {
    width: 80%;
    max-width: 23vw;
    min-width: 300px;
    min-height: 500px;
    padding: 1vw;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    position: absolute;
}
.titulo{
    text-align: center;
    margin: 3px 20px;
}
.form {
    align-items: center;
}
.form h1 {
    text-align: center;
    margin-bottom: 10px;
}
.form h2 {
    text-align: center;
    margin-bottom: 30px
}
.form label {
    text-align: center;
    margin-bottom: 5px;
    margin-left: 2vw;
}
.form input[type="email"],
.form input[type="password"] {
    padding: 10px;
    padding-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 80%;
    margin-left: 2vw;
    margin-bottom: 20px;
}
.form input[type="submit"] {
    background-color: #444101;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 80%;
    margin-left:2.5vw;
    margin-top: 1vw;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.form a {
    text-decoration: none;
    color: #444101;
    margin-top: 10px;
}
.text_abajo{
    margin-left: 2vw;
}