 .outer {
  width: 100%;
  height: 100vh;
  background: rgba(63, 59, 59, 0.5);
  position: fixed;
  z-index: 2000;

}

.popup_sucess {
  background-color: #234181;
  min-height: 30px;
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  text-align: center;
  color: #ffffff;
  z-index: 5000;
  padding: 30px;
  font-size:20px;
  line-height:25px;
  min-width:200px;
  max-width:300px;
  max-height:230px;
  margin:auto auto;

}

.outer .ok_btn { max-width:100px; margin:0px auto;text-align:center; background-color: #E42032; padding: 5px 30px; color: #fff; }