#notifywhenready button[type=submit] {
  min-width: 200px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: .1em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#notifywhenready button[type=submit] {
  padding: 0 15px;
  display: inline-block;
  height: 60px;
}



.logo {
  margin-bottom: 0; }

#welcome pre {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px; }
#welcome p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px; }
  .instagram #welcome p {
    margin-top: -50px; }
#welcome h1 {
  margin-bottom: 0; }
#welcome .sectionTitle {
  font-size: 24px; }

.screen-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.text-centered {
  text-align: center; }

.client-phone .welcome-action,
.client-phone .logo {
  display: none; }
.client-phone .screen-centered {
  width: 100%; }

.button {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  padding: 50px;
  height: auto; }
  .button--full {
    width: 100%;
    display: block; }

#notifyme {
  background: rgba(0, 0, 0, 0.8); }

input.button, button.button {
  height: auto; }

.stimeLayer.activeTimer {
  z-index: 5;
  pointer-events: none; }

.stimedisp {
  color: rgba(255, 255, 255, 0.3); }

  #notifywhenready input[type=email], #notifywhenready input[type=submit],   #notifywhenready button[type=submit] {
    font-size:19px;
  }

  #notifywhenready input[type=submit],   #notifywhenready button[type=submit] {
    width:35%;
  }

  #notifywhenready input[type=email] {
    width:57%;
  }

  #notifywhenready input[disabled], #notifywhenready input[disabled]:hover, #notifywhenready button[disabled], #notifywhenready button[disabled]:hover {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color:#AAA;
  }



/*# sourceMappingURL=css-override.css.map */
