@charset "utf-8";
/* CSS Document */

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.popup {
  width: 480px;
  background-color: #fff;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  text-align: center;
}

.input30 {margin: 0px 10px 8px 10px; padding: 4px 4px 4px 10px; font-size:20px; font-family:"Roboto Condensed",sans-serif; color: #111; font-weight:300; border:#999 2px solid; border-radius: 5px; background: #fff; width: 80px}
.buton30 {margin: 0px 10px 8px 10px; padding: 4px 4px 4px 10px; font-size:20px; font-family:"Roboto Condensed",sans-serif; color: #00BEED; font-weight:300; border:#0cf 2px solid; border-radius: 5px; background: #fff; width: 100px}
.buton30:hover {color: #fff; background: #00BEED;}



.passcom {font-size: 14px; margin: 5px 0}

#video-container {
  display: none;
}