body {
    background-image: url('/imagenes/banner-principal1.jpg') !important;
    /* Ubicación de la imagen */
    background-position: center center!important;
    /* Para que la imagen de fondo no se repita */
    background-repeat: no-repeat!important;
    /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
    background-attachment: fixed!important;
    /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
    background-size: cover!important;
    /* Se muestra un color de fondo mientras se está cargando la imagen
    de fondo o si hay problemas para cargarla */
    background-color: black!important;
}
.btn-primary {
    background-color: #fb28b7;
    border-color: #fc29b8;
    color: #ffffff;
    width: 50%;
}
.btn-primaryt {
    background-color: #fb28b7;
    border-color: #fc29b8;
    color: #ffffff;
    width: 15%;
    height: 35px;
    border-radius: 0px 10px 10px 0px;
}
.g-recaptcha >div  {
    width:80% !important;
   }
.btn-primarys {
    background-color: #f7f7f700;
    border-color: #6a6a6a00;
    color: #fb04ff;
    width: 86px !important;
    height: 100px;
    font-size: 30px;
}
.rc-anchor-light {
    background: #f9f9f900 !important;
    color: #fff !important;
}
.cabeza {
    text-align: left!important;
    background: transparent!important;
}

footer {
    margin: 15%!important;
}

.farmalog {
    width: 30%;
    height: auto;
}

.uno {
    padding: 10px!important;
    color: white!important;
    text-align: center!important;
    border: 0px solid white!important;
    margin: 0px !important;
    height: 40px!important;
}

h2 {
    color: white!important;
    text-align: left!important;
}

.uno:hover {
    background: #0698e175!important;
}

.dos {
    text-align: right!important;
    display: flex!important;
    align-items: center!important;
    justify-content: flex-end!important;
    margin: 0!important;
    padding: 30px!important;
    width: 90%!important;
}

.inicio {
    display: flex!important;
    margin: 0!important;
    padding: 0!important;
    align-items: center!important;
    justify-content: center!important;
}

.imglogo {
    color: white!important;
    text-align: center!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    margin: 0px 10px 0px 10px!important;
    padding: 0px!important;
    width: 350px!important;
    height: 100px!important;
}
.alert-danger {
    color: #000000;
    background-color: #fba8a8;
    border-color: #f700ed;
    width: 100%;
    margin-left: 0%;
    text-align: center;
}
.alert-success {
    color: #000000;
    background-color: #d7d9d6;
    border-color: #f100ff;
    width: 100%;
    margin-left: 0%;
    text-align: center;
}
select.form-control {
    background-color: #ececec;
    border: 1px solid #c8c7cc;
    border-radius: 0 0 0 0;
    color: #5b5b60;
}
.ic{
    font-size: 17px !important;
    position: absolute !important;
    left: 90% !important;
}

@media screen and (max-width: 1500px) {
    .imglogo {
        width: 150px!important;
    height: 80px!important;
        margin: 0px 10px 0px 10px!important;
    }

    .dos {
        text-align: left!important;
        display: flex!important;
        align-items: center!important;
        justify-content: flex-end!important;
        margin: 0!important;
        padding: 25px!important;
        width: 90%!important;
        background-size: contain!important;
    }

}

@media screen and (max-width: 768px) {

    .cabeza {
        text-align: center!important;
        background: #00000021!important;
    }
    .col-xs-offset-1 {
        margin-left: 0% !important;
    }
    .imglogo {
        width: 300px!important;
        height: 100px!important;
        margin: 0px 10px 0px 10px!important;
    }
    .g-recaptcha >div  {
        width:98% !important;
       }
    .inicio {
        display: block!important;
        margin: 0!important;
        padding: 20px!important;
        align-items: center!important;
        justify-content: center!important;
        width: 400px!important;
    }

    .dos {
        text-align: center!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        margin: 0!important;
        padding: 20!important;
        width: 100%!important;
        background-size: contain!important;
    }

    .row {
        margin-right: 0px!important;
        margin-left: 0px!important;
        width: 100%!important;
    }

    .farmalog {
        width: 50%!important;
        height: auto;
    }
    .btn-primarys {
        background-color: #f7f7f700;
        border-color: #6a6a6a00;
        color: #fb04ff;
        width: 50px !important;
        height: 50px;
        font-size: 15px;
    }

}