
#LoginContainer {

}

#Fondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;

	background-image: url(../img/splashscreen/splashscreen.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#LogoOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;

	background-image: url(../img/authentication/logo_accueil.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 62vw auto;
}

#UserBox_Phone, #UserBox_Password {
	display: none;
	position: absolute;
	left: 0;
	top: 32vh;
	width: 100vw;
/*	height: 68vh; */
	opacity: 0;
}

.Forms .FormElement {
	display: block;
	font-size: 1.1rem;
	color: #222222;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
.Forms .FormElement LABEL {
	display: block;
	margin-bottom: 0.5rem;
	text-align: center;
}
.Forms .FormElement .FormField {
	display: block;
	width: 100%;
	height: 3.2rem;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff60;
	border: 1px solid #00000050;
}
.Forms .FormElement .FormField INPUT {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	height: 2.2rem;
	width: 100%;
	background-color: transparent;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.6rem;
	margin-top: 0.5rem;
	color: #575756;
	font-family:Roboto,Arial,Helvetica;
	overflow: hidden;
	text-align: center;
}
.Forms .LoginButtBox {
	display: block;
	padding-top: 0.5rem;
	text-align: center;
}
.Forms .LoginButtBox INPUT[type="button"] {
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	width: 50vw;
	line-height: 3rem;
    height: 3rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    background-color: #6EC2A6;
	color: #ffffff;
}
.Forms .Description {
	display: block;
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.31);
}
