<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
.login,
.login-vidrio,
.fondo {
    background-color: #d20010;
    background-image:
            url('/themes/reactibar/img/destapaelcambio/fonfoLogin-bottle.png?v=4'),
            url('/themes/reactibar/img/destapaelcambio/fonfoLogin-text.png?v=4'),
            url('/themes/reactibar/img/destapaelcambio/fonfoLogin-bottles.png?v=4'),
            url('/themes/reactibar/img/destapaelcambio/fonfoLogin-circles.png?v=4');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: center center, top 100px left 40px, bottom 20px left 40px, bottom 250px right 80px;
    background-attachment: fixed, local, fixed, local;
    background-size: auto, auto, auto, auto;
}
@media (width &lt;= 950px) {
    body,
    .login,
    .login-vidrio,
    .fondo {
        background-position: center center, top 100px left -400px, bottom 20px left 40px, bottom 250px right 80px;
    }
}
.login-container {
    margin: auto 0;
    color: #444242;
    width: 100%;
}
.login-container__form {
    padding: 20px 40px;
    margin: 40px auto;
    width: 450px;
    max-width: 100%;
}
@media (width &lt;= 400px) {
    .login-container__form {
        padding: 20px;
    }
}
.login-container__form h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
}
.login-container__form fieldset {
    color: #444242;
    margin-bottom: 30px;
}
.login-container__form input,
.login-container__form input {
    border-radius: 0;
    width: 300px;
    max-width: 100%;
}
.remember {
    margin-top: 30px;
}
.remember label {
    z-index: 9998;
    color: #000000;
}
.remember label:hover,
.remember input:hover {
    cursor: pointer;
}
.remember,
.forgotten {
    font-size: 1.4rem;
    color: #000000 !important;
}
.remember {
    justify-content: center;
}
.remember label {
    font-size: 1.4rem;
    margin: 0 0 0 .2rem;
}
.remember input {
    height: 14px;
    width: 14px;
}
.forgotten a {
    font-size: 1.3rem;
    color: #000000;
}
.forgotten a:hover,
.forgotten a:active,
.forgotten a:focus {
    text-decoration: underline;
}
.captcha-code * {
    color: #000000;
}
#captcha {
    border: 1px solid #ddd;
}
.captcha-code input {
    text-align: center;
}
#form__submit {
    width: 100%;
    text-align: center;
    background-color: var(--red);
    border-radius: 5px;
    margin: 30px 0 20px 0;
    font-size: 1.7rem;
    line-height: 14px;
    padding: 1.5rem 3rem;
    border: var(--red);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all .2s ease;
}
#form__submit:hover,
#form__submit:active,
#form__submit:focus {
    background-color: var(--red-secondary);
}
.login-container__logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.login-container__logo img {
    margin-top: 40px;
    max-width: 100%;
}
.login-form-error {
    color: var(--red);
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px auto;
}
.header__green-lines {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.header__green-lines .dark-green,
.header__green-lines .light-green {
    width: 100%;
    padding: 0;
    margin: 0;
}
.header__green-lines .dark-green {
    background-color: #99bc39;
    height: 30px;
}
.header__green-lines .light-green {
    background-color: #c3e270;
    height: 10px;
}

@media screen and (min-width: 992px) {
    .login-container {
        margin: auto;
    }
}
</pre></body></html>