html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
	color: #2f424f;
	height: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #c8d5e2 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#c8d5e2)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#c8d5e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#c8d5e2 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#c8d5e2 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#c8d5e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8d5e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font: 13px/1.231 'Open Sans', arial, helvetica, sans-serif;
}
.wrapper {
	background: url('bg-image.png') no-repeat center center;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-attachment: fixed;
	position: relative;
  display: flex;
  flex-direction: column;
}

.client-logo {
	max-height: 128px;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 0 auto 15px;
	display: block;
}

.login-form {
	width: 270px;
	text-align: left;
	margin: 0 auto;
  padding-top: 5%;
}

.login-form label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.login-form input {
	margin-bottom: 20px;
	width: 100%;
	padding: 5px;
  box-sizing: border-box;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  height: 32px;
}

.login-form input[type="submit"] {
	border: 0;
	padding: 9px 18px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	background: #97bc53 url("ico-button-white.png") no-repeat scroll 90% center;
	padding-right: 60px;
	width: auto;
	display: block;
	margin: 0 auto;
  height: 45px;
  cursor: pointer;
}

.login-form .info-error {
	border: 1px solid #ce0000;
	padding: 17px 10px 17px 45px;
	margin: 15px 0;
	color: #ce0000;
	background: url("ico-error.png") no-repeat 12px center;
  font-size: 85%;
}

.edocat-footer.sticky-footer {
	font-size: 0.9em;
  text-align: center;
	width: auto;
	margin: auto 20px 0;
  height: auto;
}
