body.login {
	background-color: #FFF;
  background-image: url('');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
#login {
	background-color: #FFF;
	box-shadow: 0px 0px 2px 1px #aaa;
    margin: auto;
    padding: 2%;
    width: 320px;
}
.login.wp-core-ui #login h1 a {
	background-image: url("https://sadpad-mag.fr/wp-content/uploads/2026/07/logo-sadpad-mag-fr-line-black-green.png");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 900;
    height: 60px;
    font-size: 18px;
    width: auto;
    margin: 40px 15px 0;
    padding: 80px 0 0;
    line-height: 1.5;
    text-indent: 0;
}

.login #login form {
	position: relative;
	border: 0px;
	height: 25%;
	overflow-y: invisible;
	}
.login #login #loginform {
    margin: 0;
    padding: 0 25px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.login input[type="text"],.login input[type="password"] {
    border: none;
    border-bottom: 1px solid #AAA;
	background-color: #F0F0F0;
	width: 100%;
    box-shadow: 0 1px 2px 0px #AAA inset;
		-webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;	
}
.login  input:focus[type="text"], .login input:focus[type="password"] { 
        cursor: auto;
		border-bottom-color: #f1d9ad;
    box-shadow: 0 1px 2px 0px #404040 inset;
		box-shadow: 0 2px 3px 0px #AAA inset; 
}
.login .message {
    border-left: 4px solid #404040;
    box-shadow: 0px 1px 2px 0 #AAA;
	}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    min-height: 32px;
    line-height: 2;
    padding: 6px 14px 8px;
    margin-top: 15px;
    display: block;
    width: 100%;
}
.login input[type="submit"] {
        background-color: #222;
	border: 0;
	max-width: 100%;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	white-space: normal;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
    font-weight: normal;
	padding: 4px 14px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

.login input[type="submit"]:hover { 
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: border-radius .1s linear;
	-moz-transition: border-radius .1s linear;
	-ms-transition: border-radius .1s linear;
	-o-transition: border-radius .1s linear;
	transition: border-radius .1s linear;
}
.login input[type="submit"]:active {
	-webkit-box-shadow: inset 2px 2px 4px 0 #000;
	-moz-box-shadow: inset 2px 2px 4px 0 #000;
	box-shadow: inset 2px 2px 4px 0 #000;
	background-color: #2b942b;
}
/*---- Nextend Social Login -----*/
.wp-core-ui div.nsl-container .nsl-button-default div.nsl-button-label-container {
    font-size: 14px;
}
.wp-core-ui #nsl-custom-login-form-main .nsl-container-login-layout-below {
    padding: 0;
}
div.nsl-container .nsl-container-buttons {
    width: 100%;
}
/* Styles des liens */
.login #backtoblog, .login #nav {
    font-size: 15px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
#nav a, #backtoblog a {
	background: none;
	color: #424242; 
}
.wp-social-login-widget {
	text-align: center;
}

/* Maximum width of 1100 pixels. */
@media screen and (max-width: 1100px) {
body.login, html {
	background-image: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
	.login #login form, form {
		margin: 2%;
		overflow-y: visible ;
		max-height: none;
	}
}
/* Maximum width of 500 pixels. */
@media screen and (max-width: 440px) {
	#login {
		margin: 2%;
		width: 92%;
	}
	.login h1 a {
	 width: 100%;
	 }
 }