html, body, .master {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    text-transform: ;
    letter-spacing: 0.2em;
    height: 100%;
}
.master {
    display: table;
    position:absolute;
    z-index: 100000;
}
h1 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: left;
}
h2 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: left;
}
h3 {
font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: left;
}
p {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
}
.bg { 
 /* Full height */
    height: 100%; 
/* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#b {
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.starter-template {
        padding: 20px;
        background-color: rgba(5, 5, 5, 0.7);
    }
.button-box {
    padding-top: 6%;
}
.blink-box {
    position: absolute;
    z-index: 10000;
    top: 30px; 
    right: 30px;
}
.blink-box span {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: 'Anton', sans-serif;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.dot {
    background-color: red; 
    width: 20px; 
    height: 30px;
    float: right; 
    margin-top: 7px;
    margin-left: 5px;
}
.myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.-regist-777-successmsg {
    color: #FFFF00;
}
button {
        font-size: 20px;
        padding: 15px 80px;
        border: 0px;
        border-radius: 10px;
        background: #45484d;
        background: -moz-linear-gradient(top, #00ff00 0%, #006600 100%);
        background: -webkit-linear-gradient(top, #00ff00 0%, #006600 100%);
        background: linear-gradient(to bottom, #00ff00 0%, #006600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0);
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.2em;
      }
      input {
        padding: 12px 60px;
        margin: 8px 0;
        font-size: 20px;
        border: 1px solid #cccccc;
        border-radius: 4px;
      }




/** mobile **/
@media only screen and (max-width: 599px) {
    h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 25px;
    }
     h3 {
        font-size: 18px;
    }
    .blink-box {
        display: none;
    }   
   button {
        font-size: 15px;
        padding: 10px 60px;
   }
   input {
        padding: 8px 35px;
        margin: 8px 0px;
        font-size: 15px;
   }
}
/** mobile **/
    

/** tablet **/    
@media only screen and (min-width: 600px ) {
       
     h1 {
        font-size: 120px;
        text-align: left;
    }
    h3 {
        font-size: 24px;
        text-align: left;
    }
     h2 {
        font-size: 55px;
        text-align: left;
    }
   
}
/** tablet **/

/** desktop**/
@media only screen and (min-width: 1260px) {
    h1 {
        font-size: 120px;
        text-align: left;
    }
    h2 {
        font-size: 50px;
        text-align: left;
        color: #fff;
    }
    h3 {
        font-size: 26px;
        text-align: left;
        color: #fff;
    }

}

/** desktop**/