.blink {
  animation: blink-effect 1s linear 0.5s infinite;
}

@keyframes blink-effect {
  50% {
    opacity: 0.1;
  }
}


.modal-Identification {
  
}

.modal-Identification h2 {
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-Identification .ml_info {
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  line-height: 1;
}

.modal-Identification .ml_info i {
  position: relative;
  display: inline-block;
  top: 2px;
}

.modal-Identification .ml_info span {
  font-weight: 700;
}

.modal-Identification .modal_inp_wrap {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.modal-Identification .modal_inp {
  display: table-cell;
  width: 210px;
}

.modal-Identification .modal_btn {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: top;
}

.modal-Identification .modal_btn li:hover {
  cursor: pointer;
}

.modal-Identification .modal_btn li+li {
  margin-top: 3px;
}

.modal-Identification .modal_btn a {
  display: inline-block;
  color: #867a7e;
}

.modal-Identification .frm_auth {
  border: 0;
  border-bottom: 1px solid #76827e;
  color: #000;
  text-align: center;
  width: 100%;
  height: 35px;
  font-size: 15px;
}

.modal-Identification .ml_confirm {
  text-align: center;
  margin-top: 20px;
}