/* LOGIN PAGE */
body {
	width: 100%;
	height: 100%;
	font-family: SFPro;
	background: url(../images/background/background@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	 background-position: bottom; /* Center the image */
}

.loginpage{
	text-align:center;
	color:#ffffff;
}


.img404{
	width:100%;
	max-width:300px;
}

.btn{
	border-radius:25px;
}

.mainlandingtxt{
	font-size:50px;
	color:#2E79F4;
	padding-top:100px;
}




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: transparent;
  text-align:center;
}

.signature{
	color:#fff;
}

.signature a{
	color:#fff;
	text-decoration:none;
}