/* Error de minimización. Devolviendo el contenido no minimizado.
(3,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(24,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(63,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general-rgba1'
(73,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(74,17): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(95,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(131,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(141,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(151,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(161,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(171,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(181,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(191,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(201,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(223,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(232,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general-rgba1'
(252,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(262,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(272,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(282,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(292,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(302,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(312,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(322,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(351,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(361,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(371,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(381,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(391,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(401,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
(411,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-white-general'
(421,32): run-time error CSS1039: Token not allowed after unary operator: '-global-color-blue-general'
 */

.extra-login-container {
    background-color: var(--global-color-blue-general);
    color: #cad7eb;
    font: 300 1rem / 1.5 Helvetica Neue, sans-serif;
    height: 100vh;
    position: relative;
    /*    margin: 0;
    min-height: 100%;*/
}

.extra-login-form {
    -webkit-box-shadow: 2px -2px 94px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -2px 94px -8px rgba(0,0,0,0.75);
    box-shadow: 2px -2px 94px -8px rgba(0,0,0,0.75);
    width: 15rem;
    height: 24rem;
    position: absolute;
    left: 25%;
    top: 50%;
    margin-left: -7.5rem;
    margin-top: -14rem;
    padding: 3rem 1rem 1rem 1rem;
    background-color: var(--global-color-blue-general);
}

    .extra-login-form span {
        position: relative;
        left: 50%;
        width: 5rem;
        display: block;
        height: 5rem;
        top: -1rem;
        margin-left: -2.5rem;
        background-color: #fff;
        border-radius: 3rem;
        padding-top: 13px;
        padding-left: 8px;
    }

    .extra-login-form span img {
        width: 4rem;
    }
    .extra-login-form p {
        text-align: center;
        font-size: 20px;
    }

    .extra-login-form button {
        position: relative;
        width: 5rem;
        left: 50%;
        margin-left: -2.5rem;
    }

.extra-login-forget-pass {
    position: absolute;
    left: 25%;
    width: 10rem;
    margin-left: -5rem;
    top: 50%;
    margin-top: 11rem;
    background-color: var(--global-color-blue-general-rgba1);
}

.extra-login-container-info {
    position: absolute;
    width: 20rem;
    left: 50%;
    top: 50%;
    margin-left: -10rem;
    margin-top: -2.5rem;
    background-color: var(--global-color-blue-general);
    color: var(--global-color-white-general);
    padding: 1rem;
    border-radius: 10px;
}
    .extra-login-container-info h4 {
        font-size: 12px;
        text-align: center;
    }
    .extra-login-container-info ol{
        list-style: none;
    }
    .extra-login-container-info li {
        font-size: 10px;
    }
    .extra-login-container-info span {
        width: 1rem;
        display: block;
        position: absolute;
        height: 1rem;
        top: -1rem;
        z-index: 100;
        background-color: var(--global-color-blue-general);
        left: 11.5rem;
        border-radius: 10px 0 10px 0;
        rotate: -10deg;
    }
.o-bc-container{
    width:100%;
    height: 100%;
}

.o-bc-truck {
    position: fixed;
    max-width: 60rem;
    width: 100%;
    bottom: 0;
}

.o-bc-img {
    position: fixed;
    right: 5%;
    top: 10%;
    width: 16rem;
}

.o-mh-img {
    position: fixed;
    right: 0%;
    top: 35%;
    width: 57rem;
}


.o-bc1 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-white-general);
    border-radius: 50%;
    position: fixed;
    right: 18%;
    top: -5rem;
}
.o-bc2 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-blue-general);
    border-radius: 50%;
    position: fixed;
    right: 23%;
    top: -5rem;
}
.o-bc3 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-white-general);
    border-radius: 50%;
    position: fixed;
    right: 24%;
    top: -5rem;
}
.o-bc4 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-blue-general);
    border-radius: 50%;
    position: fixed;
    right: 30%;
    top: -5rem;
}
.o-bc5 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-white-general);
    border-radius: 50%;
    position: fixed;
    right: 32%;
    top: -5rem;
}
.o-bc6 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-blue-general);
    border-radius: 50%;
    position: fixed;
    right: 39%;
    top: -5rem;
}
.o-bc7 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-white-general);
    border-radius: 50%;
    position: fixed;
    right: 40%;
    top: -5rem;
}
.o-bc8 {
    width: 110rem;
    height: 110rem;
    display: block;
    background-color: var(--global-color-blue-general);
    border-radius: 50%;
    position: fixed;
    right: 47%;
    top: -5rem;
}


@media screen and (max-width: 980px) {

    .extra-login-form {
        -webkit-box-shadow: 2px -2px 94px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px -2px 94px -8px rgba(0,0,0,0.75);
        box-shadow: 2px -2px 94px -8px rgba(0,0,0,0.75);
        width: 15rem;
        height: 24rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -7.5rem;
        margin-top: -14rem;
        padding: 3rem 1rem 1rem 1rem;
        background-color: var(--global-color-blue-general);
    }
    .extra-login-forget-pass {
        position: absolute;
        left: 50%;
        width: 10rem;
        margin-left: -5rem;
        top: 50%;
        margin-top: 11rem;
        background-color: var(--global-color-blue-general-rgba1);
    }
    .o-bc-img {
        position: fixed;
        right: 2%;
        top: 5%;
        width: 14rem;
    }

    .o-mh-img {
        position: fixed;
        right: 0%;
        top: 60%;
        width: 35rem;
    }

    .o-bc1 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: 5%;
    }

    .o-bc2 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 16%;
    }

    .o-bc3 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: 18%;
    }

    .o-bc4 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 29%;
    }

    .o-bc5 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: 34%;
    }

    .o-bc6 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 46%;
    }

    .o-bc7 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: 48%;
    }

    .o-bc8 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 58%;
    }
}



@media screen and (max-width: 550px) {

    .o-bc-img {
        position: fixed;
        right: 5%;
        top: 5%;
        width: 9rem;
    }

    .o-mh-img {
        position: fixed;
        right: 0%;
        top: 70%;
        width: 24rem;
    }

    .o-bc1 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: -20%;
    }

    .o-bc2 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: -3%;
    }

    .o-bc3 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: -1%;
    }

    .o-bc4 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 17%;
    }

    .o-bc5 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: 24%;
    }

    .o-bc6 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 41%;
    }

    .o-bc7 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-white-general);
        border-radius: 50%;
        position: fixed;
        right: 43%;
    }

    .o-bc8 {
        width: 110rem;
        height: 110rem;
        display: block;
        background-color: var(--global-color-blue-general);
        border-radius: 50%;
        position: fixed;
        right: 58%;
    }
}
