#BA_wrap {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 950;
  outline: none;
  }

#BA_wrap .BA_dialogWrap {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 40%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 400px;
  min-height: 50px;
  padding: 15px;
  }

#BA_wrap .BA_icon {
  text-align: center;
  margin: 20px;
  }

#BA_wrap .BA_title {
  padding: 0 15px;
  font-size: 28px;
  line-height: 38px;
  }

#BA_wrap .BA_txt {
  padding: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  }

#BA_wrap .BA_btns {
  text-align: center;
  }

#BA_wrap .BA_btns .BA_btn {
  font-size: 20px;
  color: white;
  background: #ccc;
  display: inline-block;
  padding: 5px 15px;
  min-width: 150px;
  line-height: 30px;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 5px 15px 15px 15px;
  cursor: pointer;
  width: calc(50% - 30px);
  }

#BA_wrap .BA_btns .btn.BA_singleBtn {
  margin: 5px auto 15px auto;
  width: auto;
  }