* {
  font-family: Microsoft JhengHei;
}

body {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video {
  width: 85%;
}

.blackbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.blackbg .checkbox {
  width: 600px;
  height: 400px;
  border-radius: 10px;
  background-color: #5a7cac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blackbg .checkbox img {
  width: 190px;
}

.blackbg .checkbox h2 {
  color: #fff;
}

.blackbg .checkbox .buttons .blue {
  background-color: #192988;
}

.blackbg .checkbox .buttons .blue:hover {
  background-color: #293caf;
}

.blackbg .checkbox .buttons .red {
  background-color: #ad0c12;
}

.blackbg .checkbox .buttons .red:hover {
  background-color: #d41118;
}

.blackbg .checkbox .buttons button, .blackbg .checkbox .buttons a {
  color: #fff;
  margin: 10px;
  width: 120px;
  height: 50px;
  border-radius: 5px;
  border: none;
  font-size: 14pt;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */
