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

html, body {
    height: 100%;
}

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

.login{
	background-color: #E6E7E8;
	padding: 20px;
	border: thin solid #DCDCDC;
}

.login .loginimage{
	width: 80%;
	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;
}

/* ================ AJAXLOAD ================ */
.ajaxload {
    position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: flex;
	
}

.ajaxload .ajaxload-gif{	
	width: 50px;
	height: 50px;
}
