/* 登录页面自定义样式 */
body.body-white {
    background: url('/static/images/2025xiaobenbu1.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

.login-container {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}

/* 导航栏自定义样式 */
.navbar-default {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: none;
}

.navbar-brand {
    color: #2a82e4 !important;
    font-weight: bold;
}

.language-dropdown {
    display: inline-block;
    margin-left: 15px;
}

.lang-btn {
    background: transparent;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px 10px;
}

#main-menu {
    margin-left: 20px;
}

#main-menu a {
    color: #333;
    font-weight: 500;
    padding: 15px 20px;
}

#main-menu-user .headicon {
    border-radius: 50%;
    margin-right: 5px;
}

#main-menu-user .dropdown-toggle.user {
    padding: 10px 15px;
    color: #2a82e4;
}