
/* SI QUELQUE CHOSE D'IMPORTANT A ÉTÉ COMMENTÉ, LE DÉPLACER DANS : data/theme/bootstrap/_common/css/membership.less
#login_form {
	color: #333;
	padding: 20px;
}

#login_form h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

#login_form .forgot_password {
	text-indent: 5px;
	margin-top: 3px;
}
#login_form .forgot_password a {
	text-decoration: underline;
}

#login_form .forgot_password a:hover { color: #0e685e; }

#login_form .form-group { margin-bottom: 10px; }

#login_form .form-control {
	padding-left: 15px;
	height: 36px;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#login_form .input_arrow {
	position: absolute;
	top: 11px;
	right: 31px;
	width: 11px;
	height: 15px;
}

#login_form .checkbox {
	line-height: 20px;
	padding-top: 0;
}

#login_form .checkbox label {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#login_form .checkbox input[type=checkbox] { margin-top: 2px; }
#login_form .save_login { margin: 10px 0; }
#login_form .save_login .text { display: inline-block; }
#login_form .save_login .text .explain {
	display: block;
	font-weight: normal;
}

#login_form .form-group .button-type_a {
	border: none;
	outline: none;
	margin-top: 0;
}

.why_subscribe {
	padding: 20px;
}

.form-container {
	margin-top: 220px;
	margin-bottom: 50px;
}

.form-body {
	background-color: rgba(255,255,255,0.7);
}
*/

.copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
}

.copyright p {
	margin: 0 auto;
}

.forgot_password {
	margin-top: 10px;
	margin-right: 3px;
}

.form-card-container form .checkbox input[type=checkbox]{
	margin-top: 1px;
}


.form-card-container form .checkbox {
	line-height: 15px;
}

