.recovery-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 10px;
}

.recovery-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 1; /* Asegura que el texto sea visible */
    width: 279px; /* Ajusta el ancho del texto */
    height: 20px; /* Ajusta la altura */
    margin-top: 20px; /* Espacio adicional arriba */
}

.recovery-link {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #114433; /* Color del enlace */
}

.recovery-link:hover {
    color: #3bca0a; /* Color del enlace al pasar el ratón */
}


@media (max-width: 767px) {
    .image-container {
        display: none; /* Oculta la imagen en pantallas pequeñas */
    }
}


/* Logo en el formulario */
.logo-img {
    width: 100%;
    max-width: 300px; /* Tamaño máximo para que no se agrande demasiado */
    height: auto;
}

/* Estilo del formulario */
.recovery-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #114433;
    margin-top: 20px;
}

.recovery-text {
    font-size: 12px;
}

.recovery-link {
    text-decoration: none;
    color: #114433;
}

.btn-login {
    background-color: #114433;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}

.text-error {
    color: red;
}

@media (max-width: 768px) {
    .image-container {
        display: none;  /* Oculta la imagen en pantallas pequeñas */
    }
}

@media (min-width: 768px) {
    .image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
