@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body {
    background: url(../images/background.jpg) no-repeat top center;
    background-size: cover;
    margin: auto;
    position: fixed;
    height: 100%;
    font-size: 13px;
    font-family: 'Oswald', Arial, serif;
    width: 100%;
}

.error {
    margin-top: 20px;
    width: 300px;
    color: black;
    text-shadow: white 0.1em 0.1em 0.2em;
    font-weight: bold;
}

.titulo {
    font-weight: bold;
    font-size: 1.5em;
    margin: 15px;
    text-align: center;
    color: rgb(0, 109, 217);
    text-shadow: 10px 10px 12px rgba(255, 255, 255, 1);
}

#login {
    vertical-align: top;
    margin-top: 5%;
    display: inline-block;
    width: 35%;
    max-width: 250px;
    color: #FFFFFF;
    padding-right: 5%;
    margin-left:5%;
}

#cap {
    width: 60%;
}

a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.form-group {
    margin: 10px;
    text-align: center;
}

.label-group {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #ffffff;
    font-weight: bold;

}

#captcha {
    text-align: center;
    margin: auto;
}

.form-group input {
    width: 100%;
    font-size: 1.3em;
    max-width: 200px;
    padding: 10px;
    border-radius: 15px;
    border: none;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.btn {
    font-size: 2em;

    background: #000;
    color: #61ba45;
    padding: 0px;
    width: 100%;
    max-width: 200px;
    border-radius: 15px;
    border: none;
}

.slogan {
    transform: rotate(-5deg);
    text-align: center;
    font-size: 3em;
    font-family: 'Geometric 415 Black', Arial, serif;
}

.slogan span {
    color: #FAA818;
    text-transform: capitalize;
    font-weight: bold;
}

.logo {
    width: 40%;
    margin-left: 4.5%;
    margin-right: 4.5%;
    display: inline-block;
}

.big {
    font-size: 1.5em;
}

#logotipo {
    width: 250px;
}

.orange {
    color: #F2A900;
    text-shadow: 1px 1px #000;
}

.white {
    color: #FFF;
    text-shadow: 1px 1px #000;
}

.fa-whatsapp {
    width: 8%;
    height: 4%;
    content: url("../images/whatsapp.png");
}

.right {
    position: absolute;
    font-size: 2em;
    width: 60%;
    bottom: 0;
    right: 0;
}

.img-responsive {
    max-width: 100%;
}

.redes-sociales
{
    padding:5px;
    width: 100%;
    background:#000;
    color:white
}
.redes-sociales div{
    display: inline-block;
    text-align: center;
    width: 49%;
    font-size:1.5em;
}
.beneficios img
{
    max-height: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
    .left img {
        display: none;
    }

    .left {
        padding-top: 10px;
        height: auto;
        min-height: 50px;
        display: block;
    }

    #login {
        padding-top: 0%;
        width: 40%;
        max-width: 40%;
        display: inline-block;
        z-index: 999;
        position: relative;
        padding-left: 5%;
        padding-right: 5%;
    }

    .right {
        width: 44%;
    }

    .right .companias {
        width: 70%;
    }

    .logo {
        width: 35%;
        margin-right: 10px;
    }

    .slogan {
        vertical-align: top;
    }

    #logotipo {
        max-height: 100px;
    }

    .slogan {
        text-align: center;
        font-size: 2em;
    }
}

@media screen and (max-width: 600px) {
    body {
        height: auto;
    }

    .left, .right {
        display: none;
    }

    form, #logotipo {
        max-width: 100%;
    }

    #logotipo {
        width: 100%;
    }

    #login {
        width: 95%;
        max-width: 600px;
        margin: auto;
    }

    .logo {
        width: 100%;
        margin-right: 5px;
        margin-left: 0px;
    }

    .slogan {
        margin-left: 0px;
        margin-right: 0px;
        width: 60% !important;
        font-size: 1.2em;
    }

    .form-group input, .btn {
        width: 90%;
        font-size: 1.5em;
        margin-top: 10px;
    }
}