@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
  background-color: #474747 !important;
	
}


.img-responsive{
	width: 100%;
	height: auto;
}

.center-block {
	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
   	padding: 20px !important;
}

.login{
	background-color: #E6E7E8;
	padding: 30px !important;
	border: thin solid #DCDCDC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
	top: 50%;
}

.login{
	
}

.login .loginimage{
	width: 250px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	display: block;
}

.login .form-group label{
	color: #22365F;
}

a.btnlogin{
	width: 100%;
	display: block;
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #015A8C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

a.btnlogin:hover{
	background-color: #22365F;
	text-decoration: none;
	color: white;
}