body.login {
background:white;
}

.login h1 a {
background-image: url("https://prof.parlemonde.org/wp-content/uploads/sites/5/2019/08/pelico_bleu.svg");
background-size: 300px 122px;
width: 300px;
height: 122px	;
margin-left: 10px;
}
#login::before{
	content:"prof.parlemonde.org : la plateforme d'échanges entre professeurs !";
	font-size:18px;
	width:500px;
}
#login h1::after{
	content:"Connectez-vous pour accéder aux ressources pédagogiques, et au site 1v.parlemonde.org";
	font-size:13px;
	text-align:left;
	background:#6065fc;
	color:white;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	}
#login h1{
	margin-top:30px;
}

#loginform{
background: #6065fc;
padding-bottom: 90px;
}

.login label{
	color:white;
}

form#loginform p.galogin, .galogin-powered, .galogin-or{
    display: none!important;
}

#wp-submit{
	display:block;
    background-color: #fff;
	margin-top: 36px;
	position: absolute;
      color: #000;
      text-decoration: none;
      border: 1px solid;
      -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
      -o-transition: background .15s cubic-bezier(.33,.66,.66,1);
      transition: background .15s cubic-bezier(.33,.66,.66,1);
      box-shadow: inset 0 -4px 0 #6065fc;
      overflow-wrap: break-word;
      word-break: break-word;
      word-wrap: break-word;
      border-color: #4C3ED9!important;
      font-size: 14px!important;
      padding: 8px 16px!important;
      border-width: 2px!important;
      border-radius: 3px!important;
}
#wp-submit:hover{
      color: #fff;
      border-color: white!important;
      border-color: #white!important;
      box-shadow: inset 0 -4px 0 #eee;
  background-color: #6065fc;

}

#login .login form .forgetmenot{
	float: none;
	margin-bottom: 20px!important;
}

/* to remove the "register" button*/
#nav > a:nth-child(1){
/*	display:none;*/
}

#backtoblog, .language-switcher{
	display:none;
}