body.login{
	background-color: #fff;
}

body.login.login-designer-template-01{
	background-color: transparent;
	/*background-image: url('./../img/background.svg') !important;*/
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center 27%;
}

body #login{
	background-color: transparent !important;
	display: flex;
	flex-direction: column;
	margin: auto 0 !important;
}

#login form, .login-designer-template-01 #login, .login-designer-template-04 #login {
    background-color: transparent;
}
#login form{
	order: 4;

}


.login #login_error{
	margin: 0 auto !important;
	max-width: 416px;
	width: 100%;
	order: 3;
}

@media screen and (max-width: 600px){
	.login #login_error{
		width: 100%;
		/*max-width: 100%;*/
		margin-left: 50px !important;
}
}


body.login.login-designer-template-01 #lostpasswordform label{
	text-align: left;
}

body.login.login-designer-template-01 #lostpasswordform .submit{
	text-align: center;
}

body.login.login-designer-template-01 form{
	max-width: 450px;
	margin-top: 0px !important;
	width: 100%;
}

body.login.login-designer-template-01 #login > h1{
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	order: 0;
}

body.login.login-designer-template-01 #login > h1 a{
	margin-left: 0;
	margin-right: 0;
}
body.login #login_error, body.login .message, body.login .success{
	box-shadow: 0 0px 0px 1px rgb(0 0 0 / 10%);
}

body.login.login-designer-template-01 #login .login_title{
	color: #263238;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.16;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	order: 2;
}
body.login.login-designer-template-01 #login .login_subtitle{
	font-size: 24px;
	line-height: 1.14;
	text-align: left;
	color: #707070;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-weight: normal;
}
body.login.login-designer-template-01 #login .login_subtitle i{
	color: #fac137;
	font-size: 24px;
	margin-left: 1rem;
}

body.login.login-designer-template-01 #login .login_desc{
	font-size: 20px;
	line-height: 1.14;
	text-align: left;
	color: #707070;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


@media only screen and (min-width: 750px){
	body.login.login-designer-template-01 #login {
		width: 66.666% !important;
		max-width: 66.666% !important;
		padding: 0;
	}
	body.login.login-designer-template-01 #login-designer-background{
		width: 33.333% !important;
		left: 66.666% !important;
	}
}

@media only screen and (max-width: 749px){
body.login.login-designer-template-01 #wp-submit{
	width: 100%;
	margin-top: 10px;
}
body.login.login-designer-template-01 #login{
	margin: auto;
	max-width: 100%;
	width: 100%;
}
html body.login.login-designer-template-01 #login-designer-background {
	padding-bottom: 70px;
	display: none !important;
}

}


#login input[type=checkbox]:checked:before{
	margin: -6px -4px;
}

body.login.login-designer-template-01 #login .lost_subtitle{
	font-size: 24px;
	line-height: 1.14;
	text-align: left;
	color: #707070;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-weight: normal;
}
body.login.login-designer-template-01 #login .lost_subtitle i{
	color: #2f7033;
	font-size: 24px;
	margin-left: 1rem;
}


body.login.login-designer-template-01 #login .lost_desc{
	font-size: 20px;
	line-height: 1.14;
	text-align: left;
	color: #707070;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	order: 3;
}

body.login.login-designer-template-01 #login .message{
	text-align: left;
	max-width: 450px;
}

body.login.login-designer-template-01 #login #backtoblog{
	display: none;
/*	margin-bottom: 20px;
	order: 7;
	width: 100%;
	padding: 0;*/
}

#login-designer-background{
	background-image: url('./../img/image-default.jpg');
}

.before_green_title{
	position: relative;
/*	padding-left: 120px !important;*/
	margin-top: 50px;
}

.before_green_title:before{
		content: "";
		position: absolute;
		top: 5px;
		left: 0px;
		width: 10px;
		height: 34px;
		background-color: #BA1413;
/*		margin-left: 50px;*/


	}

.privacy-policy-page-link{
	display: none;
	order: 8;
}

html .login h1 a{
  margin-bottom: 0;
  background: url('./../img/logo-ordiges.svg') no-repeat center;
  background-size: 100%;
  width: 320px;
  height: 100px;
}

@media only screen and (max-width: 500px){
	html .login h1 a{
		max-width: 300px;
	}
	body.login.login-designer-template-01 #login > h1{
		padding-left: 10px;
		padding-right: 10px;
		text-align: : center;
	}
	body.login.login-designer-template-01 #login > h1 a{
		margin-left: auto;
		margin-right: auto;
	}
	body .not_member{
		padding-left: 50px !important;
		text-align: center !important;

	}
}

#wp-submit{
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
	background-color: #BA1413 !important;
	color: #fff !important;
	border: 1px solid #BA1413 !important;
	padding: 6px 25px 8px 25px !important;
	border-radius: 5px !important;
	font-size: 22px !important;
	line-height: 28px !important;
}

#login form #areyouhuman label{
	font-size: .875rem !important;
	margin-bottom: 0 !important;
}
#login form #areyouhuman i{
	top: -7px;
}

#wp-submit:hover,
#wp-submit:focus{
		background-color: #fff !important;
		color: #BA1413 !important;
}

#loginform label:not([for=rememberme]),
#lostpasswordform label:not([for=rememberme]){
	font-size: 22px !important;
	margin-bottom: 10px !important;
	color: #263238 !important;
}

#login #nav a{
	font-size: 18px !important;
	text-decoration: underline !important;
	color: #72777c !important;
}

#backtoblog a{
	font-size: 18px !important;

}

.not_member{
	color: #263238;
	font-size: 18px;
	font-weight: 400;
	text-align: center !important;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 450px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px;
	order: 5;
	width: 100%;

}

.not_member{
	font-size: 18px !important;
	text-decoration: underline !important;
	color: #2ea3f2 !important;
	}


.asterisque{
	color: #AD332E;
}

#login #nav{
	order: 6;
	width: 100%;
	padding: 0;
	margin: 0;
	}


body .forgetmenot label {
  display: inline-block;
  text-transform: lowercase;
}
body .forgetmenot label::first-letter {
  text-transform: capitalize;
}