/*body{*/
/*    background-image: none !important;*/
/*    background-color: #0053f2 !important;*/
/*    color: white !important;*/
/*}*/

.contenedor-Principa-imagen{
    float: right;
    margin-right: 7px;
}

.container-activar{
    width: 110rem;
    align-content: center;
    margin: auto;
    margin-top: 8rem;
}

.contenedor-activar-personalizado{
    width: 100%;
    height: auto;
    color: white !important;
    background-color: #0053f2 !important;
    display: flex;
}

.contenedor-activar{
    width: 65%;
    align-content: center;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 5%;
}


@media screen and (max-width: 800px) {
    .contenedor-activar {
        width: 98%;
    }

    .mobile-contenedor-titulo{
        justify-content: center !important;
        align-items: end;
    }

    .mobile-contenedor-titulo-texto{
        font-size: 6vw !important;
    }

    .mobile-contenedor-cuerpo-texto{
        font-size: 5.5vw !important;
        width: 80%;
        height: auto;
        margin: auto;
        text-align: center;
    }

    .log-in-ingresar {
        height: auto;
        font-size: 7vw;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
    }

    .mobile-contenedor-fomulario{
        width: 95%;
        height: auto;
        margin: auto;
    }

    .mobile-contenedor-formulario-input{
        width: 90%;
        margin: auto;
    }

    .log-in-ingresar{
        margin-left: 5%;
    }



}
