body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Ubuntu','Lato','Noto Sans SC',sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

p {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
}

.subtitle-h1 {
  font-size: 3.5em;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
  text-align: center;
  word-wrap: break-word;
}

.separator {
  border: 0;
  height: 2px;
  background: #f00;
  width: 50%;
  margin: 16px auto;
}

/* Countdown desktop */
#countdown {
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  font-size: 3em;
  line-height: 1.2;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

#c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#wrapper {
  position: relative;
  z-index: 1;
}

#flash-message.uniform {
  border-radius: 4px;
  background: linear-gradient(#000,#c0c0c0,#fff,#c0c0c0,#000);
  color: #f00;
  opacity: 0;
  transition: opacity .5s;
  font-size: 18px;
  width: 320px;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
}

#flash-message.show {
  opacity: 1;
}

.signup {
  margin-top: 20px;
  text-align: center;
}

.uniform {
  display: block;
  width: 320px;
  height: 50px;
  margin: 10px auto;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

.form-control.uniform {
  border: 1px solid #444;
  border-radius: 4px;
  background: #111;
  color: #fff;
  padding: 0 12px;
  font-size: 18px;
  width: 320px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}

.form-control.uniform::placeholder {
  color: #888;
  font-size: 18px;
}

.btn-simple.uniform {
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  width: 320px;
  height: 50px;
  font-size: 18px;
  display: flex;              /* activează flexbox */
  align-items: center;        /* centrează vertical */
  justify-content: center;    /* centrează orizontal */
  background: linear-gradient(#000,#f00,#f70d1a,#c11b17,#8c001a,#8b0000,#000);
}

.btn-simple.uniform:hover {
  color: #f00;
  background: linear-gradient(#000,#c0c0c0,#fff,#c0c0c0,#000);
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.copyright a:hover {
  color: #f00;
}

.zecar {
  text-align: center;
  margin: 30px 0;
}

/* Mobil portrait */
@media (max-width:480px) {
  .subtitle-h1 { font-size: 2.5em; }
  .separator { width: 96%; margin: 8px auto;}
  #countdown { font-size: 9vw; }
}
