/* main */
body {
  font-family: 'Fira Sans' !important;
  background-image: url(../img/fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

header h1 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #373cf5;
  margin-bottom: 0;
}



.last {
  padding-bottom: 0.5em;
}

.ccidefrance-footerborder {

  height: 1pt;
  width: 80%;
  margin: 10pt auto;
  border-bottom: 2px solid #666;
}

#page-title {
  margin-left: 15px;
}

/* Header */
#header-wrapper {
  display: none;
}

/* Login form */
.ccidefrance-options {
  margin-bottom: 12px;
  text-align: right;
}

.passwordConstraints {
  font-size: 0.9em;
}

/* input */
.marge-top-button {
  margin: 15pt auto;

}

.marge-bottom {
  margin-bottom: 7pt;
}

.center {
  text-align: center;
}

.ccidefrance-goBackToApplication {
  margin-top: 12px;
}

input.ccidefrance-input-terms {
  width: 2rem;
}

.ccidefrance-terms {
  display: inline;
  font-size: 0.9rem;
}

.ccidefrance-terms a {
  font-weight: bold;
  font-size: 0.9rem !important;
}

/* Alerte / warning messages */
.alert {
  /*margin-left: 6.5px;
  margin-right: 6.5px;*/
  padding: .5rem .5rem !important;
  font-size: 0.9em;
}

.alert.alert-error {
  background-color: #FF791F;
  border: 1px solid #BF4D00;
  color: #FFF;
}

.alert.alert-success {
  background-color: #4AA528;
  border: 1px solid #3C7F20;
  color: #FFF;
}

.alert-warning,
.alert.alert-warning,
div.alert.alert-warning {
  background-color: #FFBA31 !important;
  border-color: #EAA10F !important;
  color: #FFF !important;
}

.alert.alert-info {
  background-color: #00ABE0;
  border-color: #007EA5;
  color: #FFF;
}

/* color */

/* footer */
.signature {
  border-radius: 0px 0px 5px 5px;
  color: #0d4377;
  font-size: 0.8rem;
}

.signature div {
  margin: auto;
}

.ccidefrance-logo-footer {
  background-image: url(../img/logo_cciconnect_footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* responsive */
/*@media (min-width: 500px) {

*/
@media (max-height: 480px) {
  body {
    background-image: none !important;
  }

  #header {
    height: 50px;
    background-size: 120px;
  }

}

@media (max-width: 400px) {
  body {
    background-image: none !important;
  }
}

.small {
  font-size: 0.8rem;
}

.cgu {
  margin-left: 33px;
  !important
}

.justify {
  text-align: justify;
}

.hide {
  display: none !important
}


#kc-form-buttons>* {
  border: 2px solid #000;
  transition: 100ms;

}

#kc-form-buttons>*:nth-child(1) {
  color: #fff;
  background-color: #373cf5;
  border-color: #373cf5;
}

#kc-form-buttons>*:nth-child(1):hover {
  background-color: #00c;
  border-color: #00c;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

#kc-form-buttons>*:nth-child(2) {
  background-color: #fff;
  color: #4d4d4d;
}

#kc-form-buttons>*:nth-child(2):hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0 rgba(77, 77, 77, .5);
}