/*default yellow*/
/*100=nm*/


/*common.css*/
.nav-section {
  background: #f18800; 
}

/*public.css*/
#headerPop {
  background: #f18800; 
}

/*main.css*/
.login-box button[type=submit] {
    background-image: linear-gradient(to right, #f1c100, #f2a80d);
    border-radius: 50px;
    color: #fff;
    padding: 0;
    width: 100%;
    height: 48px;
}
.login {
    background: url(/img/login-bg.jpg?v=20250801) center no-repeat;
    background-size: cover;
}
.login-box .box-top {
    background: url(/img/login-box-bg.png?v=20250801) center no-repeat;
    background-size: cover;
}
.login-box .box-top img {
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -3px; 
}