html,
body {
	background: transparent;
}

html { 
  background: url('../img/bg_connexion.jpg') 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%;
}

.login-logo img {
	width: 8rem;
}

.espace-rounded {
	border-radius: .25rem;
	font-weight: bold;
	margin-top: 0.3rem;
	font-size: 1.1875em;
	display: inline-block;
}

.info-bienvenue {
	padding-left: 3rem;
	padding-right: 3rem;
}

.h2.bienvenue {
	font-size: 2.875em;
	letter-spacing: 0px;
}

/* voir mti.css pour le login-form (class="frontend_form") */

#bg_login_form .mt-5-rem {
	margin-top: 5rem !important;
}

.bienvenue-subtext {
	font-size: 1.25em;
	font-weight: bold;
}

.back-to-site {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.back-to-site .chevron-margin {
	margin-right: 0.9rem;
}



.mdp-oublie {
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	padding: 0.8rem 0.95rem;

}


/*

@media (min-width: 768px) {
	#bg_login_form{
		background: transparent url('../img/bg_connexion.jpg') 50% 50% no-repeat;
		background-size: cover;
	}
}

@media (min-width: 992px) {
	#bg_login_form{
	}
}
*/