/* /Layouts/BasicLayout.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
html[b-n4t0un2ocj], body[b-n4t0un2ocj] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\5fae\8f6f\96c5\9ed1,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.login-container[b-n4t0un2ocj] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.login-intro[b-n4t0un2ocj] {
    display: flex;
    flex-direction: column;
    width: 520px;
    flex: 0 1 auto;
}

    .login-intro h1[b-n4t0un2ocj] {
        color: #009688;
    }

    .login-intro .desc[b-n4t0un2ocj] {
        color: rgb(113, 115, 112);
        line-height: 32px;
        padding: 15px 0;
    }

.login-bg img[b-n4t0un2ocj] {
    width: 520px;
}

.login-form[b-n4t0un2ocj] {
    background-color: #fff;
    flex: 0 1 auto;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 1px 1px 8px #aaa6a6;
    box-sizing: border-box;
    width: 440px;
}

.login-more[b-n4t0un2ocj] {
    display: flex;
    justify-content: space-evenly;
    padding-top: 25px;
    width: 200px;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .login-intro[b-n4t0un2ocj] {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .login-container[b-n4t0un2ocj] {
        background: #fff;
    }

    .login-intro[b-n4t0un2ocj] {
        display: none;
    }

    .login-form[b-n4t0un2ocj] {
        flex: 0 1 auto;
        border-radius: 0;
        box-shadow: none;
    }
}

.login-title[b-n4t0un2ocj] {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    font-size: 24px;
    color: #444;
    letter-spacing: 4px;
}
