@import '_content/Omnidocs.WebApp.Oui/Omnidocs.WebApp.Oui.bundle.scp.css';
@import '_content/Omnidocs.WebApp.Shared/Omnidocs.WebApp.Shared.bundle.scp.css';

/* /Pages/Login.razor.rz.scp.css */
.login-container[b-mp9scfpmn9] {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--ods-Z0);
    justify-content: center;
    align-items: center;
}

.hero-container[b-mp9scfpmn9] {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 300px;
    min-width: 100px;
}

.form-container[b-mp9scfpmn9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.title-text[b-mp9scfpmn9] {
    color: var(--ods-color-text);
    font-size: 18px;
}

.login-form[b-mp9scfpmn9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

    .login-form > .input-container[b-mp9scfpmn9] {
        width: 100%;
        display: flex;
        height: 40px;
        padding: 0px 2px 0px 10px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 6px;
        background: var(--ods-Z3);
    }

        .login-form > .input-container:focus-within[b-mp9scfpmn9] {
            outline: 1px solid var(--ods-T8);
        }

        .login-form > .input-container > .host-uri[b-mp9scfpmn9] {
            display: flex;
            height: 36px;
            padding: 10px;
            align-items: center;
            gap: 10px;
            border-radius: 6px;
            background: var(--ods-T2);
        }

        .login-form > .input-container[b-mp9scfpmn9] >  .oui-input {
            height: 40px;
            min-width: 0;
        }

            .login-form > .input-container[b-mp9scfpmn9] >  .oui-input > input {
                font-size: 13px;
                background-color: inherit;
                padding: 0;
                height: 100%;
            }

                .login-form > .input-container[b-mp9scfpmn9] >  .oui-input > input:focus {
                    outline: 0;
                }

    .login-form[b-mp9scfpmn9] >  .oui-button {
        width: 100%;
        height: 40px;
        color: var(--ods-color-text-contrast);
        border: 0;
        cursor: pointer;
    }

    .login-form[b-mp9scfpmn9]  .container-loader {
        border-radius: 6px;
    }

    .login-form > .error-message[b-mp9scfpmn9] {
        text-align: left;
        align-self: flex-start;
        color: var(--ods-error-default);
    }

.disclaimer-text[b-mp9scfpmn9] {
    color: var(--ods-color-text-faded);
    font-size: 10px;
    text-align: center;
}

.disclaimer-link-text[b-mp9scfpmn9] {
    color: var(--ods-color-text-inactive);
    text-decoration: underline solid;
}

.socials[b-mp9scfpmn9] {
    display: flex;
    padding: 0px 16px;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 22px;
}

    .socials[b-mp9scfpmn9]  .oui-button {
        background-color: inherit;
        color: var(--ods-color-text);
        height: 32px;
        width: 32px;
        padding: 1px 0px;
        border: 0;
        cursor: pointer;
    }

@media screen and (max-height: 500px) {
    .socials[b-mp9scfpmn9] {
        display: none !important;
    }
}

@media screen and (max-width: 300px) {
    .info[b-mp9scfpmn9] {
        display: none !important;
    }
}

@media screen and (max-height: 500px) and (max-width: 400px) {
    .info[b-mp9scfpmn9] {
        display: none !important;
    }
}

.info[b-mp9scfpmn9] {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 1px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 25px;
    bottom: 22px;
    border-radius: 6px;
    border: 1px solid var(--ods-T2);
}

.info[b-mp9scfpmn9]  .oui-button {
    background-color: inherit;
    color: var(--ods-color-text);
    border: 0;
    cursor: pointer;
}
