 .wc-flex-column {
     display: -webkit-flex;
     display: flex;
     flex-direction: column;
 }

 .wc-item {
     flex: auto;
 }

 .wc-overflow {
     overflow: auto;
 }

 .wc-flex-center {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
 }





 .wc-container {
     background: url(../img/login/ba_login.jpg) no-repeat;
     background-size: 100% 100%;
     height: 100%;
 }

 .wc-header {
     height: 70px;
     display: flex;
     justify-content: flex-end;
     align-items: center;
     padding-right: 10px;
 }

 .wc-header>a {
     color: #fff;
     margin: 0 5px;
 }

 .wc-login-box {}

 .wc-login-content {
     width: 623px;
     height: 399px;
     background: url(../img/login/loginboxbg.png) no-repeat;
     background-size: 100% 100%;
 }

 .wc-logo {
     margin-top: 100px;
 }

 .wc-input {
     width: 65%;
     margin: 0 auto;
     margin-top: 30px;
 }

.wc-label-text{
    color: #fff;
    font-size: 16px;
}
.wc-login-btn{
    background:url(../img/login/loginbtn.png)no-repeat;
    background-size: 120% 100%;
    background-position: center;
    border:none;
}
 .wc-footer {
     height: 100px;
     color: #fff;
 }