.login1_box {
  position: absolute;
  display: block;
  z-index: 1005;
  width: 300px;
  top: 78px;
  right: 66px;
  padding: 0px 25px 10px 25px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #1E88E5;
  box-shadow: 0 15px 25px rgba(0,0,0,.6);
  border-radius: 5px;
}

.login1_container{
  width: 90%;
  display: inline-block;
  margin: auto;
}
.login1_titre {
  margin: 40px 0 40px 0;
  text-align: center;
}
.login1_box p {
  position: relative;
  font-family: Segoe UI, Roboto;
  color: #0D47A1;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
}

.login1_box .h2 a {
  padding: 0;
  font-size: 28px;
  color: black;
}
.login1_box .user-box {
  position: relative;
  width: 100%;
  margin-bottom: 26px;
}
.login1_box .user-box:after {
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 1);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0; padding: 0;
  transition: all 280ms ease-in-out;
  width: 0;
}
.login1_box .user-box:focus-within::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-color: #1E88E5;
  transition: width 350ms ease-in-out;
  width: 100%;
}
.login1_box .user-box input {
  width: 100%;
  padding: 3.5px 0 0 24px;
  font-size: 17px;
  color: #0D47A1;
  font-family: Segoe UI, Roboto;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  outline: none; 
  background: transparent;
  transition: .5s;
}
.input_mm {
  margin-bottom: 4px;
}
.d-mdp {
  letter-spacing: 4px;
}
.user-box .fas, label{
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 3.5px 0px 0px 2px;
  font-size: 17px;
  color: #4CAF50;
  pointer-events: none;
}
.user-box label {
  bottom: auto;
  top:0;
  left: 0;
  font-family: Segoe UI, Roboto;
  font-size: 17px;
  color: #616161; 
  left: 24px;
  transition: .5s;
}
.login1_box .user-box input:focus ~ label,
.login1_box .user-box .mail:valid ~ label,
.login1_box .user-box input:valid ~ label {
  padding: 5px 0px;
  top: -19px;
  left: 0;
  color: #1E88E5;
  font-size: 13px;
}

.contenuMES{
  width: 100%;
  height: 30px;
}

.contenuNCP{
  margin-bottom: 36px;
}

.nouveaucompte, .mdp-oublie {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-family: Segoe UI, Roboto;
  font-size: 14px;
  font-weight: 400;
  color: #0D47A1;
  text-align: left;
  margin-bottom: 6px;
  border: none;
  transition: all 280ms ease-in-out;
  text-align: center;
}
.nouveaucompte::after, .mdp-oublie::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(21, 81, 86, .8);
  content: " ";
  bottom: 0;
  transition: all 280ms ease-in-out;
  left: 0;
}
.nouveaucompte:hover::after, .mdp-oublie:hover::after {
  left: -2px;
  padding: 0 4px;
  background: rgba(21, 81, 86, .3);
  color: #1E88E5;
  height: 18px;
  border-radius: 4px;
}

.messagererreur{
    width: 100%;
    margin: 0 0 12px; padding: 3px 0;
    text-align: center;
    background: rgb(213, 0, 0);
    border-radius: 6px;
}
.messagererreur span{
    color: #fff;
    margin: 0; padding: 0;
}
/*************************Le bouton* ***********************************/
#btn_div {
  width: 100%;
  height: 65px;
  display: block;
  text-align: right;
}

@media only screen and (max-width: 1024px){ /*Zone de coupure pour le menu sandwich ************************/
    .login1_box {
        right: auto;
        left: 50%;
        margin-left: -150px;
    }
}