body{
	background:url(/medias/front/booth.jpg) no-repeat top right;
    background-size: contain;
}
body#create_account{
	background-image:url(/medias/front/create.jpg);
}
#container_login{
	position:absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 426px;
    /*height: 476px;*/
    left: calc(8% + 213px);
    /*top: calc(50% - 102px);*/
    top: 95px;
	transform:translate(-50%, 0);
}
#logger{
	display:inline-block;
	width: 100%;
	padding: 35px 10%;
	background:#ffffff;
	border-radius: 25px;
	box-shadow: 0 12px 35px rgba(33,75,115,0.2);
	max-width:100%;
    font-family: "avenir_light";
}
#grdf_svg{
    flex: 0 0 102px;
    width:102px;
    height: 102px;
}
body#create_account #grdf_svg{
    position: absolute;
    left: 4.9%;
    top: 7.9%;
}
body#create_account #container_login{
    left: 62.3%;
    top: 8.2%;
    width: 524px;
	transform:none;
}
#logger h1{
	margin:0;
	padding:0 0 5px 0;
    font-size: 17px;
    color:#2D2A26;
}
#logger h1#log_remember{
	color:var(--color);
	padding:0 0 25px 0;
	font-weight:normal;
	text-align: center;
}
#logger h1 svg{
	width: 70px;
	height: 70px;
	margin: 0 10px 0 0;
    fill:var(--color);
}
#user_not_found{
	margin: 0 0 10px 0;
	color:#e2001a;
	text-align: center;
}
#logger_in form.this-is-form{
    padding: 0;
    border:none;
}
#logger_in form.this-is-form label,#logger_in form.this-is-form fieldset{
    border-color:#fff;
    padding-top: 1px;
}
#logger_in h1::after{
    display: none;
    content: '';
}
form#userslogin label,form#user_create label{
    display: block;
    margin: 0;
    padding: 0;
}
form#userslogin input[type=email],form#userslogin input[type=text],form#userslogin input[type=password],form#user_create input[type=text],form#user_create input[type=email],form#user_create input[type=password]{
    width: 100%;
    margin-bottom:10px;
}
@keyframes shake_log {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	10%, 90% {
		transform: translate3d(-2px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(4px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-8px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(8px, 0, 0);
	}
}
/*.wrong_login{
  	animation: shake_log 0.52s ;
  	transform: translate3d(0, 0,0);
}*/
#remember_log_link{
	text-align: center;
}
#remember_log_link a{
    color:#6a6a6a;
	text-decoration: none;
	font-size: 12px;
}
.login_explain{
    font-family: "avenir_medium";
    font-size: 10px;
}
#logger_create{
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    border-top: #C7CFD6 solid 1px;
}
#userslogin input[type=submit]{
    width: 100%;
    margin-top: 20px;
}
form#user_create label.form_checkbox div{
    float: left;
    width: calc(100% - 40px);
    margin-left: 10px;
}
#creation_explain{
    position: absolute;
    top: 30%;
    left: 4.9%;
    width: 443px;
}
#creation_explain h1{
    font-family: "avenir_black";
    color:var(--color);
    font-size: 44px;
}
#creation_explain p{
    font-family: "avenir_black";
    font-size: 21px;
}