body.login {
	background: #cee0cc;
    background-image: url('https://iagile.i-cosysteme.com/wp-content/plugins/gestion-adventices/images/bg-gestion-adventices.jpg');
}

.login h1 a,
body.login #language-switcher {
	display: none
}

.login form {
    border-radius: 16px;
    //border: 2px solid #204828;
}

.login #mo_saml_login_sso_button,
.login #wp-submit {
	background-color: #729108;
	border-radius: 5px;
	border: 0;
}
.login .wp-core-ui .button, 
.login .wp-core-ui .button-secondary {
  color: #2271b1;
}
#mo_saml_login_sso_button {
    font-size: 0 !important; /* cache le texte original */
    position: relative;
    padding: 15px;
}

#mo_saml_login_sso_button::after {
    content: "Se connecter à l'outil iAgile";
    font-size: 16px;
    color: white;
    font-weight: 500;
    line-height: 1;  
    font-weight: bold
}
#mo_saml_button {
    background-color: white;    
    border-radius: 16px;
    margin-bottom: 50px
}
#mo_saml_button > div:last-child {
	 font-size: 0 !important; /* cache le texte original */
    position: relative;
    height: 0 !important;
}

#mo_saml_button > div:last-child:after {
    content: "⚠️ Réservé aux enseignants";
    font-size: 16px;
    text-align: left;  
    bottom: -130px;
  position: absolute;
  color: #808080b5;
}
#mo_saml_button > div:last-child:before {
    content: "";
    height: 2px;
    background-color: #729108;
    width: 100%;
     position: absolute;
  top: 87px;
  left: 0px;
}
.login form .input, 
.login input[type="password"], 
.login input[type="text"] {
	min-height: 30px;
	font-size: 18px;
}

#mo_saml_button {
	height: 100px !important;
}
.login label {
    font-size: 12px
}
.login #wp-submit {
    background-color: #808080b5;
    border-radius: 5px;
    border: 0;
}
.user-pass-wrap,
.forgetmenot,
label[for="user_login"] {
    color: #808080b5;
}