<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '_content/Astrol.Component.Basic/Astrol.Component.Basic.ayh5v9ylo4.bundle.scp.css';

/* /Layout/LogingLayout.razor.rz.scp.css */
.content-layout[b-q0a7jaazuq] {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: right;
    align-items: center;
}

.content-login-layout[b-q0a7jaazuq] {
    width: 100%;
    max-width: 800px;
    position: relative;
    padding-top: 0px !important;
    box-shadow: 0px 0px 15px #22222263;
    //border: 2px dotted var(--color-base);
    border-radius: 10px;
    max-height: 80%;
    height: 100%;
    margin-right: 5%;
    overflow: hidden;
    min-height: 300px;
    background: #ffffff92
}

.background-login[b-q0a7jaazuq] {
    position: absolute;
    width: calc(95% - 250px);
    height: 100vh;
    background: url(../img/fondo-login-mini.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0px;
    opacity: 0.8;
}

.stripe[b-q0a7jaazuq] {
    position: absolute;
    height: 100vh;
    min-height: 300px;
    width: calc(5% + 250px);
    background: var(--color-green);
    opacity: 0.4;
    z-index: 1;
}

.content-logo[b-q0a7jaazuq] {
    float: right;
    width: 250px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content-logo img[b-q0a7jaazuq] {
        width: 80%;
        z-index: 2;
    }

.content-form[b-q0a7jaazuq] {
    width: calc(100% - 250px);
    float: right;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

    .content-form div.cont-loging[b-q0a7jaazuq] {
        width: 300px;
        max-width: 300px !important;
    }

        .content-form div.cont-loging div.form-control-file[b-q0a7jaazuq] {
            margin-top: 40px;
        }

.cont-culture-selector[b-q0a7jaazuq] {
    left: 5px;
    top: 5px;
    bottom: 5px;
    height:50px;
    position: absolute;
}

    .cont-culture-selector img[b-q0a7jaazuq] {
        opacity: 0.5;
        height: 20px;
        cursor: pointer;
        border-radius: 3px;
        float: left;
        margin: 5px;
        overflow: hidden;
        filter: grayscale(100%);
        transition: all 0.2s;
    }

        .cont-culture-selector img:hover[b-q0a7jaazuq] {
            transition: all 0.2s;
            opacity: 1;
            filter: grayscale(0%);
            transform: scale(1.2);
        }

img.culture-active[b-q0a7jaazuq] {
    filter: grayscale(0%);
    opacity: 1;
    cursor: default;
}

    img.culture-active:hover[b-q0a7jaazuq] {
        transform: scale(1);
    }

@media (max-width: 425px) {
    .content-logo[b-q0a7jaazuq] {
        width: 150px;
    }

    .content-form[b-q0a7jaazuq] {
        width: calc(100% - 150px);
    }

    .stripe[b-q0a7jaazuq] {
        width: calc(5% + 150px);
    }
}

@media (max-width: 375px) {
    .content-logo[b-q0a7jaazuq] {
        width: 100px;
    }

    .content-form[b-q0a7jaazuq] {
        width: calc(100% - 100px);
    }

    .stripe[b-q0a7jaazuq] {
        width: calc(5% + 100px);
    }
}
/* /Pages/Auth/Components/LoginComponent.razor.rz.scp.css */
.cont-loging[b-sdch7wupit] {
    position: relative;
    overflow: hidden !important;
    width: 100%;
    max-width: 500px;
    min-width: 100px;
    margin: 0 auto;
    border-radius: 10px;
}

.cont-form-astrol-login[b-sdch7wupit] {
    padding: 20px;
    padding-bottom: 50px;
}

.action-rf[b-sdch7wupit] {
    cursor: pointer;
    color: var(--color-blue);
}

    .action-rf:hover[b-sdch7wupit] {
        cursor: pointer;
        color: var(--color-blue);
        text-decoration: underline !important;
    }

.option-bb-l[b-sdch7wupit] {
    margin: 10px 0;
    width: 100%;
    float: left;
}

.fg-password[b-sdch7wupit] {
    float: right;
    text-decoration: none;
    cursor: pointer !important;
}
</pre></body></html>