.app-top-level-container {
    width: 100%;
    max-width: 1096px;
}
.app-top-level-container .app-form .absolute.bottom-2 {
    bottom: inherit;
}
.app-top-level-container .app-form button[type="submit"] {
    text-align: center;
    background: #06f;
    width: 100%;
    max-width: 280px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    display: block;
}
.app-top-level-container .app-form button[type="submit"]:hover {
    background: #0d54d8;
}
.app-login-layout-component .app-col-2 ol {
    font-size: 16px;
}
.app-login-layout-component .app-col-2 ol li br {
    display: none;
}
.app-width-100 {
    width: 100%;
}
.app-qr-code-col {
    gap: 0;
    width: 95%;
    margin-top: 25px;
}
.app-title-h4 {
    font-size: 20px;
    font-weight: 400;
}
.app-login-layout-component .app-col-1,
.app-login-layout-component .app-col-2 {
    margin-top: 0;
    padding-top: 30px;
}
.app-login-under-title-component {
    width: 90%;
}
.app-login-under-title-component .flex.w-full.flex-col.items-center.pt-5 > .mt-4 a {
    flex-direction: row-reverse;
    display: flex;
}
.app-login-under-title-component .flex.w-full.flex-col.items-center.pt-5 > .mt-4 svg {
    color: #06f;
    fill: #06f;
}
.app-login-main-box-component {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 50px;
}
.app-border {
    margin-top: 39px;
    margin-bottom: 10px;
}
#userform_errorCode {
    background: 0 0;
    margin-top: 10px;
}
.app-qr-code-col-2,
.app-qr-code-col-2 svg {
    width: 100%;
    max-width: 96px;
    height: auto;
    box-shadow: none;
    border: 0;
}
.app-qr-code-col-2 .leading-none {
    display: none;
}
@media (max-width: 1000px) {
    .app-col-2 ol {
        font-size: 3vw;
    }
    .app-top-level-container {
        display: block;
    }
    .app-login-layout-component .app-col-1 {
        margin: 0 auto;
        padding-top: 10px;
    }
}
.app-login-container-component .app-form .ltr\:hidden {
    display: none;
}
.app-login-container-component .app-form a {
    color: #06f;
    font-size: 16px;
    font-weight: 500;
}
.app-login-container-component .app-form a:hover {
    color: #0d54d8;
    text-decoration: none;
}
.app-login-container-component .app-form a:hover svg {
    color: #0d54d8;
    fill: #0d54d8;
}
.app-login-under-title-component .flex.w-full.flex-col.items-center.pt-5 > .mt-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1000px) {
    .app-login-footer-component,
    .app-login-layout-component {
        background: #fff;
    }
    .app-login-under-title-component {
        width: 95%;
    }
    .app-divder {
        background: #c1dafe;
        width: 100%;
        height: 0.4vw;
        margin-top: 1vw;
        margin-bottom: 6vw;
    }
    .app-top-level-container {
        gap: 0;
    }
    .app-login-under-title-component .flex.w-full.flex-col.items-center.pt-5 > .mt-4 {
        flex-direction: column;
    }
    .app-login-under-title-component .flex.w-full.flex-col.items-center.pt-5 > .mt-4 a {
        color: #06f;
        text-align: center;
        justify-content: center;
        width: 100%;
        font-size: 17px;
        display: flex;
    }
    .app-qr-code-wrapper {
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 5vw;
        padding: 0;
    }
    .app-qr-code-col {
        width: 100%;
        margin-top: 0;
    }
    .app-login-layout-component .app-col-2 ol {
        font-size: 13px;
    }
    .app-qr-code-col-2,
    .app-qr-code-col-2 svg {
        width: 100%;
        max-width: 90px;
        height: auto;
    }
    .app-login-container-component [role="tooltip"] {
        --tw-translate-x: -8%;
        width: 100%;
        min-width: 275px;
        display: block;
    }
    .app-login-container-component body[dir="rtl"] [role="tooltip"] .left-1\/2 {
        left: 10%;
    }
    .app-login-container-component {
        box-shadow: none;
    }
    .app-top-level-container .app-form button[type="submit"] {
        max-width: 240px;
    }
}
