html, body{

background-color: #000;
height: 100%;
font-family: 'Numans', sans-serif;

}

.right-img{
 background: url("../img/bg/2.jpg") no-repeat center center fixed; 
 background-size: cover;
 background-repeat: no-repeat;


}

.box-login{
    height: 100%;
	background-color: #3b4652;
	opacity: .95;
	text-align: center;

}

.top-logo{
  height: 200px;


}

.user-img img{
	margin-top: 50px;
	height: 100px;
	width: 100px;
	

}





