body,html {
    background: #F5F6FA;
}
.login-container .item-input {
    padding-left: 40px;
    width: 542px;
    height: 62px;
    border: 1px solid #B4B4B4;
    margin-bottom: 38px;
    border-radius: 4px;
    display: inline-block;
}
.login-form {
    background: #fff;
    padding: 60px 80px ;
}
.login-container .item-input input {
    width: 98%;
    height: 100%;
    border: none;
    text-align: left;
  
} 
.login-container {
    margin-top: 228px;
}
.login-container .form-group-item {
    position: relative;
    text-align: center;
}
.login-container .label-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 16px;
    left: 12px;
}
.box {
    width: 400px;
    height: 400px;
    border: 1px solid  #000;
}
.login-container .logo{
    text-align: center;
    margin-bottom: 30px;
}
.login-container .logo img{
    width: 134px;
    height: 72px;
}
.login-container .title{
    color: #333;
    margin-left: 16px;
 }
 .login-container .login-btn {
    width: 123px;
    height: 62px;
    background: #A41414;
    border-radius: 4px;
    color: #fff;
    outline: none;
 }
 .bg-img {
    background: url('/static/upload/image/20180412/1523501147676550.jpg') no-repeat 100% 100%;
    height: 355px;
    opacity: 0.05;
    margin-bottom: -30px;
 }