.back-color{
  background: #efeffd;
}
.form-control:focus {
  color: #212529;
  background-color: white;
  border-color: white!important;
  outline: 0;
  box-shadow: 0 0 0 0.8px rgba(13,110,253,.25);
}
.is-label {
  display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #adb5bd;
    margin-bottom: 8px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.5;
    color: #6c757d;
}
.is-logo_connection{
  width: 32%;
  height: auto;
}
.btn-primary {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary:hover {
  color: #fff;
  background-color: #269dc9;
  border-color: #2494be;
}
.input-group-text{
  padding: 12px 0.9rem!important;
}
.face-connecter{
  height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 4px);
    border: 2px solid #6559cc;
    border-radius: 50%;
    color: #6559cc!important;
}
.google-connecter{
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  border: 2px solid #f1556c;
  border-radius: 50%;
  color: #f1556c!important;
}
.twitter-connecter{
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  border: 2px solid #37cde6;
  border-radius: 50%;
  color:#37cde6;
}
.label_btn_se_connecter a{
  color: white;
}
.label_btn_se_connecter a:hover{
  color: white!important;
}