/* Header */
.large-header {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
	background: #fcfcfc;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.container {
	position: relative;
	z-index: 9999;
	width: 100%;
}

.login-form {
  box-shadow: 9px 9px 10px 0 rgba(0,0,0,0.1) ;

}