.formIngreso {
    max-width: 400px;   
}

.img-cover {
    object-fit: cover; /* Asegura que la imagen cubra el contenedor */
    width: 100%; /* Ocupa todo el ancho del contenedor */
    height: 100%; /* Ocupa todo el alto del contenedor */
  }

.img-container {
    height: 100vh;
    overflow: hidden; 
}

.borderInput {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #0000000F;
    border-radius: 20px !important;
    border: 1px solid #0000000F;
    height: 60px;
    opacity: 0.85;

    text-align: left;
    letter-spacing: 0px;
    color: #242021;
    text-transform: capitalize;    
}

.borderInput:focus {
    border-color: #0000000F;
    box-shadow: 0px 0px 12px #0000000F;
}

.textIngreso {
    letter-spacing: 0px;
    color: #242021;
    opacity: 1;
}

.textLink {
    letter-spacing: 0px;
    color: #242021;
    opacity: 0.57;
    text-decoration: underline;
}

.botonIngresar {
    height: 50px;
    background: #E5683C 0% 0% no-repeat padding-box;
    border-radius: 19px;
    border-color: #E5683C;
    opacity: 1;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 600;
}

.variantIngresar{
    background-color: #f3cb86;
    color: #242021;
    border-color: #FFFFFF;
}

.botonIngresar:hover {
    background-color: #f18761;
    border-color: #E5683C;
}

.textCrearCuenta {
    letter-spacing: 0px;
    color: #242021 !important;
    opacity: 0.57;

    .textCrear {
        color: #242021 !important;
        font-weight: bold;
        opacity: 0.70;
    }
}

.textPoweredBy {
    letter-spacing: 0px;
    color: #242021;
    text-transform: capitalize;
    opacity: 0.57;
}

.imagenPatrocinador{
    height: 40px;
}