.login-clean form{
	width: 100%;
    padding: 10px 30px;
}

.login-clean form.formulaire{
	max-width: 640px;
}

.login-clean a.my-btn{
	float:none !important;
}

.input-group-text{
	color: #9aa3ac;
	background-color: #f7f9fc;
	border: 0;
	border-radius: 0;
}

form .error{
	font-size:12px; 
	color:#cc0000; 
	margin-top:10px;
}

span.badge{
	color:#fff; 
	padding:.4em .4em;
}

.modal-details {
	max-width: 800px;
	margin: 1.75rem auto;
}	

.btn-group > .btn {
	padding: .4rem .5rem .25rem .5rem;
}
.btn-group > .btn:first-child {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.btn-group > .btn:last-child {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.blockquote-footer::before {
	content: "" !important;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #999;
}