/* Note+ Recette Composer */
header{background-image:none;}
header{display:none;}
.copyright{display:none !important;}
.logo-client.mb-5{display:none;}
body{
    background: url(/themeperso/fond.png) no-repeat top center #f6f6f6;
}

.login-form{
	width: 100%;    height: 355px;    margin-top: 7rem;    padding: 0px;    font-size: 0.9em;    -moz-box-shadow: none;    -webkit-box-shadow: none;    box-shadow: none;    background: none;
}

.col-12	{
	background: url(/themeperso/login.png) no-repeat top center #ffffff;    height: 270px;    width: 400px;    -webkit-border-radius: 3px;   -moz-border-radius: 3px;    
	border-radius: 3px;    border: 1px solid #323232;    margin: 10% auto;    box-shadow: 10px 10px 7px #6e6e6d;	margin-top: 234px;
}
/*
.formulaire.identifiant{
  background: url(/themeperso/icon--login.jpg) no-repeat scroll 7px 7px !important;
  padding-left:30px !important;
}
*/

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
background-color: #fff;
    border: 1px solid #323232;
    height: 32px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    color: #323232;
    font-size: 10pt;
    margin: 0;
    padding: 2px 4px;
	
	position: relative;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    border-radius: 4px;
	
	width:210px;
	

}

.field_connect.px-4{
	text-align:center;
}

.connection.d-flex.justify-content-center.mx-auto.my-4{
	margin-top: -1.5rem !important;
}
.ml-auto, .mx-auto{
	margin-right: 5rem !important;
}

.connection{
	border: 1px solid #323232;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #323232;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #f5f5f5;
    background-image: linear-gradient(tobottom,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    padding: 4px 12px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
    font-size: 13px;
	    text-transform: none;
}

#form_top{
	
	    height: 215px;
    text-align: center;
    padding: 80px 0 0;
}

#form_foot{
	    padding: 0 61px 0 0;
}
