html,
body {
	background: transparent;
}

html { 
  background: url('../images/auto.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  /*
		overflow: hidden;
	*/
}


#app1 {
    height: 100%;
}

.main-container-minimal {
	margin-top: 5rem;
}

.container-fluid {
    height: 100%;
}

#bg_login_form{
    height: 100%;
}
