
body {
	font-family: Montserrat,sans-serif;
	line-height: 21px;
	color: #282828;
	background-color: #f0f0f0;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	transition: background-color 250ms;
	overflow-x: hidden;
}

.igif-color-1{
	color:#FF8C40;
}

.main {
	padding-top: 80px;
}

.identification .title-1, .deconnexion .title-1, .reset .title-1,
 .registration .title-1, .registration .redirect-sign-in {
	text-align: center;
}

.identification .identification-form, .deconnexion .deconnexion-form,
 .reset .reset-form , .registration .registration-form {
	max-width: 500px;
	margin-bottom: 30px;
	padding: 25px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sbloc {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1210px;
	margin: 0 auto 22px;
	padding: 22px;
	background: #fff;
}

.identification .secondaryAction {
	display: block;
	margin: 15px 0;
	text-align: center;
}

.btn.primaryAction{
	background-color: #f46036;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 24px;
	line-height: 26px;
	color:#fff;
}
.create-account{
	color: #f46036;
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
}

.identification-form .form-group,.reset-form .form-group, .signup .form-group {
	padding: 0 15px;
	margin-bottom: 15px;
}

.login .form-group input, .reset .form-group input{
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.message-reset{
	text-align: center;
}