

.main{
    position: relative;
    display: grid;
    justify-content: center;
    gap: 40px;
    height: 100vh;
    align-items: center;
}

.form-title{
    text-align: center;
    padding-bottom: 50px;
}
.form-container {
    display: grid;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    box-shadow: 15px 15px 20px 0px #adb5bd;
    position: relative;
}

.formulario{
    width: 25rem;
    padding: 30px;
}

.btn-container{
    display: flex;
    justify-content: end;
    padding-top: 15px;
}

.input-shadow{
    box-shadow: 5px 10px 15px 0px #adb5bd;
    border-radius: 15px;
}

.main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/background.29b31e027e12.png");
    background-size: cover;
    background-position: center;
    opacity: 0.5; /* Opacidad solo para el fondo */
}

.main-container {
    position: relative; /* Asegura que los elementos hijos estén posicionados correctamente */
    z-index: 1; /* Asegura que los elementos hijos estén en capas superiores al fondo */
}

.restablcer__contraseña__container{
    text-align: center;
    padding-top: 20px;
}

.restablcer__contraseña__container a {
    text-decoration: none;
}


.btn__ingreso{
    background: #4C79AF;
    border: none;
    color: white;
    height: 50px;
    color: white;
    width: 120px;
    font-weight: bold;
    border-radius: 20px;
}
