/* _content/CloudCarServerBlazor/Pages/Login/Login.razor.rz.scp.css */
.login_body[b-wt30m8l76r] {
    background: url('images/login_background.svg');
    background-size: cover;
    height: 100vh;
    text-align: center;
}
.login_card[b-wt30m8l76r] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 500px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(200, 200, 200, 0.3);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(200, 200, 200, 0.3);
}
.main__b__0[b-wt30m8l76r] {
    margin: 0 auto;
    display: flex;
}
.avatar[b-wt30m8l76r] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #01a9f0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #fff;
}
.login_welcome[b-wt30m8l76r] {
    font-size: 30px;
    color: #01a9f0;
    font-weight: 600;
    text-align: left;
    padding-top: 20px;
}
.login_card_form[b-wt30m8l76r] {
    position: absolute;
    width: 300px;
    left: 40px;
    top: 60px;
}
.login_card_form_item[b-wt30m8l76r] {
    border-bottom: 1px solid #e9e9e9 !important;
}
.login_button[b-wt30m8l76r] {
    border-radius: 16px;
    background: linear-gradient(90deg, #407de1, #2bc4f5);
    width: 100px;
}
.ant-btn:hover[b-wt30m8l76r],
.ant-btn:focus[b-wt30m8l76r] {
    color: #fff;
    background: #ff4d4f;
    border-color: #ff4d4f;
}
.footer[b-wt30m8l76r] {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: rgba(0, 0, 0, 0.85);
}
/* _content/CloudCarServerBlazor/Shared/MainLayout.razor.rz.scp.css */
.main-head-layout-r[b-a39836rq14] {
    float: right;
    padding: 0 24px;
}

.logout-btn[b-a39836rq14] {
    font-size: 20px;
}

.main-head-layout-r .logout-btn:hover[b-a39836rq14] {
    color: #1890ff;
}

.logout-btn:hover[b-a39836rq14] {
    color: #1890ff;
}
/* _content/CloudCarServerBlazor/Shared/NavMenu.razor.rz.scp.css */
.logo[b-84kqc5miaf] {
    color: #344767;
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 8px;
    font-weight: 600;
}
