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;
}
.user_menu li a.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;
}

.sub_visual_login_wrap h1, .sub_visual_login_wrap p {
    color: #333;
}

.main_menu_wrap,.sub_login_wrap .login_line_box,.footer_wrap {
    border: none;
}
.sub_login_wrap .login_line_box {
    width: 800px;
    margin: auto;
}

.main_menu_box ul li a,.user_menu_box ul li a{
    color: #686768 !important;
}

.sub_register_input_list {
    color: #333 !important;
    position: relative;
}

.sub_visual_login_wrap {
    background: none;
    height: auto;
}

.sub_visual_login_wrap span {
    display: none;
}

.sub_visual_login_wrap p {
    font-size: 18px;
}

.sub_register_input_box {

}

.sub_register_input_wrap .sub_register_input_list {

    width: 400px;
    margin: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}
.sub_register_input_wrap .sub_register_input_list input[type="text"],.sub_register_input_wrap .sub_register_input_list input[type="password"]{
    border: none;
    background: none;
    outline: none;
    color: #333;
    width: 300px;
}
.sub_register_input_wrap select {
    border-radius: 3px;
    background: #326CF9;
    color: #fff;
    border: none
}

.sub_register_input_wrap p input[type="button"] {
    position: absolute;
    right: 0;
    background: #326CF9;
    border: none;
    border-radius: 3px;
    color: #fff;
}
.sub_register_input_btn_box {
    margin: auto;
    text-align: center;
    float: none !important;
}
.sub_register_input_btn_box input[type="button"] {
    background-color: #326CF9 !important;
    color: #fff;
    height: 50px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 100px;

}

.an {
    color: #fff;
    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: #fff;
}
.error {
    position: absolute;
    bottom: -40px;
}