body {
	background-image:url(../../ws-images/bg.png);
	background-color:#dedede;
 }
.login-websystem  {
     width:320px;
     height:360px;
     position:absolute;
     left:50%;
     top:50%;
     margin:-180px 0 0 -160px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;    

}
.avatar{
    background-color: #fff;
    margin-bottom: 20px ;
 }

