.section-degrade{
    background: linear-gradient(180deg, rgba(226,226,238,1) 0%, rgba(226,226,238,0) 100%);
    
}

.contenedor-form {
    background-color: #fff;
    border-radius: 4px;
    border: #E8E8E8 1px solid;
}

.file-input-container {
    width: 200px; /* ajusta el ancho según tus necesidades */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.file-input {
    width: 100%;
  }


@media (min-width: 992px) {
    .contenedor-form {
        min-width: 22em;
    }
}

@media (max-width: 520px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}

@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}

.titulos-form {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #252525;
}

.div-mostrar-contraseña {
   position: absolute;
    top: 2.2rem;
    left: 94%;
}

.img-mostrarContraseña {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}