html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.VBox {
  width: 100%;
  height: 100%;
  display: table;
}
.VBox .VBorder {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.VBox .VBorder .Vcon {
  margin: 0 auto;
}
.page-confirm {
  /*width: 50px;
  height: 28px;*/
  background-color: #28A3F0;
  outline: unset;
  border: none;
  color: #FFF;
  border-radius: 3px;
}
.btn-primary {
  background-color: #28A3F0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  align-items: center;
}
