html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  margin:0;
  padding:0;
  background: url(../img/bg3.webp) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.form-custo{
  width: 90%;
  max-width: 800px;
  padding: 15px;
  margin: auto;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 3px;
  border: 1px solid #343a40;
  height: auto;
  padding: 10px;  
}

.form-custo label{
  margin-bottom: 0rem;
  margin-top: .5rem;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #343a40;

}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  /*border: 1px solid #007bff;*/
  border: 1px solid #A28A47;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary-more {
  color: #000!important;
  background-color: #cbad59!important;
  border-color: #A28A47 !important;
}

.btn-primary-more:hover {
  color: #000!important;
  background-color: #A28A47!important;
  border-color: #A28A47 !important;
}

.imglogo {
  width: 150px;
}

.smally {
  font-size: 18px;
}

.form-control:focus, .form-control:active, .form-control:hover, .form-control:visited  {
  border-color: #A28A47!important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 173, 89, 0.6)!important;
}

.btn-primary-more:focus, .btn-primary-more:active, .btn-primary-more:hover, .btn-primary-more:visited  {
  border-color: #A28A47!important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 173, 89, 0.6)!important;
}

.needs-validation input[type="text"] {
  /*border: 1px solid #007bff;*/
  border: 1px solid #A28A47!important;
}
.needs-validation input[type="email"] {
  /*border: 1px solid #007bff;*/
  border: 1px solid #A28A47!important;
}
.needs-validation select {
  /*border: 1px solid #007bff;*/
  border: 1px solid #A28A47!important;
}