html, body {
	height: 100%;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	background-color: #f7f7f7 !important;
	border-radius : 80px !important;
}

#bConnexion {
	border-radius : 80px !important;
}

#bSendCodeMail {
	border-radius : 80px !important;
}

#bFaireConfiance {
	border-radius : 80px !important;
}

#bNonFaireConfiance {
	border-radius : 80px !important;
}

#bValide {
	border-radius : 80px !important;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #B6B6B6FF;
}

.separator::before,
.separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #B6B6B6FF;
}

.separator:not(:empty)::before {
	margin-right: .25em;
}

.separator:not(:empty)::after {
	margin-left: .25em;
}

.bg-login {
//background-color: #FFCB50; /* dec4ad5c */
	background-color: rgba(255, 203, 80, 0.1); /* dec4ad5c */
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	background-position: bottom right;
	background-size: cover;
	text-align: center;
}

.container-form {
	padding: 100px 100px;
	height: 100%;
	background-color:  #ffffff;
}

.logo-login {
	margin-bottom: 30px;
}

footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-left: -70px;
	padding-bottom: 15px;
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

.abcRioButtonBlue {
	color: #000 !important;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.poweredby > a {
	color: #FFCB50 !important;
}
