body, html {
  margin: 0;
  padding: 0 0 20px 0; 
  /* background-color: #0f1010; */
  background-color: #000000;
  /*background-image: url("../assets/img/sfondo.jpg");*/
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  color: #ffffff;
  /* color: #a8aba3; */
  font-style: normal;
}
.white {
  color: #ffffff;
  font-style: normal;
}
button{
  border-radius: 0pt; /* border-radius: 13pt; */
}
@font-face {
  font-family: 'Gotham';
  src: url('/assets/fonts/gotham/Gotham-Light.otf') format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/assets/fonts/gotham/Gotham-Bold.otf') format('opentype');
  font-weight: bold;
}

.logo{
  width:35vw;
  margin-left: 10vh;
}

.register input::placeholder{
  font-weight: normal;
  color: #6f6f6e;
  font-size: 0.8rem;
}
.login input::placeholder{
  font-weight: normal;
  color: #6f6f6e;
  font-size: 0.8rem;
}
.size08em {
font-size: 0.8rem;
}
.register select{
  font-weight: normal;
  color:#6f6f6e;
  font-size: 0.8rem;
}
.privacy{
  text-align: left;
  font-size: 0.7rem;
}
a, a:hover{
  color:white;
  text-decoration: underline;
}
.marketing{
  font-size: 0.7rem;
  margin-left: 5px;

}
/* .register button{

background-color: white;
color:#6f6f6e;
font-weight: bold;
width: 150px;
text-align: left;
height: 40px;
}
.login button{

background-color: white;
color:#6f6f6e;
font-weight: bold;
width: 150px;
text-align: left;
height: 40px;
} */
body {
  font-family: 'Gotham', sans-serif;
  font-weight: normal;

}
#bold{
  font-weight: bold;
}
.the{
  color:#6f6f6e;
}
.outofthe{
  margin-bottom: 1.5rem !important;
}

.march, .capital {
  font-size: 1.2rem;
}
.un{
  font-size: 1.5rem;
}
.luogo{
  font-size: 1rem;
}

.register input[type="text"], input[type="email"]{
  width: 100%;
  margin: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;

}
.login input[type="email"]{
  width: 100%;
  margin: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}
.register select{
  width: 100%;
    margin: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}
.footer{
  margin-bottom:30px;
}
.player-wrapper{
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: 100%;
}
#iframePlayer {
  top:0;
  left: 0;
  position: absolute;
}
#player-section{
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.pagina{
padding-left:30vh; padding-right:30vh;
}

textarea {
   resize: none;
   padding-left: 10px;
   padding-top: 5px;
   min-height: 80px;
   background-color: white;
   border:none;
   color: black;
   height: 80px;
   width: 100%;

}
#send-button{
  margin: 0 auto;
}

textarea::placeholder{
color:#6f6f6e;
}
#-ok{
  height: 20px;
  padding-top: 10px;
  width: 100%;
}
#message{

  margin: -7px auto;
  height: 100%;
}

#days {
  color: white;
}

#hours {
  color: white;
}

#minutes {
  color: white;
}

#seconds {
  color: red;
}
#logout{

font-size: 22px;
}




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .description{
    font-size: 0.9rem;

  }
  h1{
    font-size: 2rem;
  }
  #message{
    width: 100%;
  }
  .mobile{
    margin-top: 50px;
  }
.sendbutton{
    margin-top: 20px;
  }
  #questionText{
    text-align: center;
  }

  .mrg {
    margin-left: 0vh; 
    margin-right: 0vh;
  }

  .logo{
    width:50vw;
    margin-left: 0;
  }

  .mrg-l{
    padding-right: 0vh; 
  }

  .pagina{
    padding-left:2vh; padding-right:2vh;
    }

}
 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .description{
    font-size: 0.9rem;

  }
  #questionText{
    text-align: center;
  }
  .sendbutton{
    margin-top: 20px;
  }
  #message{
    width: 100%;

  }
  .mobile{
    margin-top: 50px;
  }

  .logo{
    width:50vw;
    margin-left: 0;
  }

  .mrg {
    margin-left: 0vh; 
    margin-right: 0vh;
  }

  .mrg-l{
    padding-right: 0vh; 
  }

  .pagina{
    padding-left:2vh; padding-right:2vh;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #questionText{
    text-align: center;
  }
  .container{
    max-width: none;
  }
  #message{
    width: 100%;

  }

  .mobile{
    margin-top: 50px;
  }

  .logo{
    width:35vw;
  }


  .mrg {
    margin-left: 0vh; 
    margin-right: 0vh;
  }

  .mrg-l{
    padding-right: 0vh; 
  }

  .pagina{
    padding-left:5vh; padding-right:5vh;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #questionText{
    text-align: left;
  }
  #questions{
    text-align: left;
  }
  #message{
    width: 50%;
  }

  .mobile{
    margin-top: 0px;
  }

  .mrg {
    margin-left: 5vh; 
    margin-right: 5vh;
  }

  .mrg-l{
    padding-right: 0vh; 
  }

  /*
  .container{
    max-width: 976px;
  } */
  .pagina{
    padding-left:10vh; padding-right:10vh;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .description{
    font-size: 1rem;
  }
  .mrg-l{
    padding-right: 10vh; 
  }
  .pagina{
    padding-left:20vh; padding-right:20vh;
    }

}

@media (min-width: 1400px) {

  .pagina{
    padding-left:30vh; padding-right:30vh;
    }
}
