.ng-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-table;
}
.ng-modal-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
}
.ng-modal-dialog {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
  /*box-shadow: 4px 4px 80px #000;
  -webkit-box-shadow: 4px 4px 80px #000;
  -moz-box-shadow: 4px 4px 80px #000;
  -ms-box-shadow: 4px 4px 80px #000;
  -o-box-shadow: 4px 4px 80px #000;*/
  padding: 25px;
  border:1px solid #878787;
}
.ng-modal-dialog-content {
  overflow: hidden;
  height: 100%;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
  font-size: 120%;
  padding: 5px;
  display: inline-block;
  color:#7ba6de;
}
.ng-modal-close-x {
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.ng-modal-title {
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  color:#253746;
  text-align: center;
  text-transform: uppercase;
}

.ng-modal label {
  color:#505050;
  font-size:12px;
}

.ng-modal input {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color:#7ba6de;
  font-weight: bold;
  font-size:14px;
  
}

.ng-modal a {
  color:#7ba6de;

text-decoration: underline;
}

.ng-modal button[type='submit'] {
    border-radius: 2px;
  background-color: rgb(236, 110, 166);
  color: #fff;
  padding: 5px 23px;
  border: 0;
  border-bottom: 2px solid #bb1c63;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 13px;
}

#txt_mdp_oublie {
    width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}