body{
    background: url('../img/bg.png') repeat-y;
}
.center{
    margin: 0 55%;
}
.banner{
    float: right;
    padding-top: 120px;
    width: 45%;
}
.logoname{
    display:inline;
    color: #fff;
    font-size: 33px;
}
.team{
    float: left;
    padding-top: 60px;
    padding-left: 10%;
    width: 55%;
}
.login{
    float: left;
    margin-top:20%;
    margin-bottom: auto;
    width: 410px;
    padding:40px 15%;
    background: #f8f9fb;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    box-shadow: 0px 0px 15px #676a6c;
}
.m-t{
    margin-top: 0px;
}
.logintitle{
    font-size: 22px; 
    color: #7c7e7e;
    border-bottom: 2px solid #1ab394;
    padding-bottom: 3%;
    margin-bottom: 9%;
}
.form-group{ 
    height: 50px;
    margin-bottom:20px;
}
.form-control{
    height: 45px;
    border-radius:4px;
}
.password{
    margin-bottom: 30px;
}
.m-b{
    height: 45px;
    font-size: 18px;
    border-radius:4px;
}
.losepassword{
    float: right;
    color: #1ab394; 
}
