.header{
    position: fixed;
    top: 0;
    left: 0;
}
.nav-item{
    color: #FFF!important;
}
.header-ba{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #2ad6e0;
}
.user-login-box {
    padding: 70px 0 20px 0;
    min-height: 400px;
    background: #f5f8fa !important;
}

.login-section {
    border: none;
    margin: 20px auto;
    width: 460px;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.title span{
    display: block;
    padding: 20px 0;
    float: left;
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: #616161;
    background-color: #f5f5f5;
}
.login-active{
    color: #2AD6E0!important;
    background-color: #fff!important;
}
.login-form{
    padding: 40px 45px 20px;
    background: #FFF;
    height: 370px;
    border-radius: 0 0 20px 20px;
    width: 100%;
    margin: 0;
}
.input-user{
    width: 100%;
}
.input-user > div{
    width: 100%;
}
.login-btn-box {
    display: none;
}