﻿
.page_header, 
.page_footer {
	display: none;
}

.page, 
.page_body, 
.page_body--content, 
.page_body--content--image {
    height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
}

.page_body--content {
	background-image: url(images/logo-default.png);
	background-repeat: no-repeat;
	background-size: 320px;
    background-position-x: 50%;
    background-position-y: calc(50% - 280px);
}

.cartouche_connexion {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #034f28;
	width: 400px;
    height: auto;
    margin: 0;
    padding: 20px 0;
	opacity: 1;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 30px #555555;
	background-image: none;
}

.label_acces_revendeur {
	display: inline-block;
	width: 260px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 24px;
	color: #ffffff;
}


/* - Input - */
.cartouche_connexion--utilisateur, 
.cartouche_connexion--mot_de_passe {
	width: 280px;
	background-color: #03361c !important;
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #ffffff;
}


input[type="text"], 
input[type="password"],
input[type="text"]::placeholder, 
input[type="password"]::placeholder {
	color: #ffffff !important;
}


input[type="text"], 
input[type="password"] {
	height: 24px;
	background-color: #03361c !important;
	border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px #03361c inset !important;
	-webkit-text-fill-color: #ffffff !important;
  	border: none !important;
}

.password--eye span::before {
	color: #ffffff;
	opacity: 1;
}


/* - Boutons - */
.actionBouton, 
.actionBouton:hover {
	width: 280px;
	height: 42px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #03361c;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 14px;
border: none;
}

.actionBouton:hover {
	opacity: 0.85;
}

/* - Mdp oublié - */
#a_oubli_mot_de_passe {
	display: inline-block;
	margin: 0px 40px;
	padding: 2px;
	color: #ffffff;
}

/* - Message - */ 
.message--default {
	position: absolute;
	top: auto;
	bottom: -35px;
	width: 100%;
}

