body {
    background-image: url(/assets/bg.png);
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}
.main_menu_wrap {
    height: 110px;
}
.logo_box h1,.main_menu_box ul, .user_menu_box ul {
    line-height: 100px;
}
.btn {
    display: block;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    height: 40px;
    color: #fff !important;;
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto 30px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #326CF9;
}
.main_menu_wrap,.sub_login_wrap .login_line_box,.footer_wrap {
    border: none;
}
.sub_login_wrap .login_line_box {
    margin: auto;
}

.sub_visual_login_wrap h1, .sub_visual_login_wrap p {
    color: #333;
}

.main_menu_box ul li a,.user_menu_box ul li a{
    color: #686768;
}

.sub_login_box,.sub_login_wrap .login_input_box {
    width: 350px;
}
.sub_visual_login_wrap p {
    font-size: 18px;
}
.sub_login_box input[type="button"]{
    background-color: #326CF9;
    color: #fff;
    height: 50px;
    margin-top: 40px;
}
.sub_visual_login_wrap {
    background: none;
    height: auto;
}
.login_input_box .item {
    width: 350px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    background-size: 6%;
    background-repeat: no-repeat;
    background-position: 320px 7px;
}
.item.pwd {
    margin-top: 20px;
}
.login_input_box .item label {
    color: #333;
}
.sub_login_box input[type="text"], .sub_login_box input[type="password"] {
    border: none;
    background: none;
    outline: none;
    color: #333;
}
.login_input_box .item.user {
    background-image: url("/assets/user.png");
}
.login_input_box .item.pwd {
    background-image: url("/assets/pwd.png");
    background-position: 320px 12px;
}
.an {
    color: #333;
    text-align: center;
    font-size: 24px;
}
.an p {
    font-size: 16px;
    margin-top: 10px !important;
}
.footer_wrap {
    height: auto;
    background: none;
}
.footer_wrap p {
    color: #333;
}
.error {
    position: absolute;
    bottom: -40px;
}