
.containerNewsletter {

  box-sizing: border-box;
  padding: 10px 50px 20px 50px;
  text-align: center;
  position: relative;
  background-color: #f4f4f4;
  width:768px;
  background-image: url("/obrazekTla");
  background-size:cover;
  font-family: 'Times New Roman', Times, serif;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 60px;
  margin: 0 auto;
  margin-top: 15px;
  box-shadow: 10px 0px 40px 5px rgba(0, 0, 0, 0.5);

}

#unSubButton{

  display: none;
  position: relative;
  top: 20px;
  color: black !important;
  margin-top: 25px;
}



#email {

  width: 75%;
  padding: 10px;
  margin-bottom: 10px;
  background:none;
  border-radius: 60px;
  text-align: center;
  font-size: 24px;
  outline: none;
  position: relative;
  top: -50px;    
  border: none;

}

.close-button {

  position: absolute;
  top: -10px;
  right: 15px;
  border: none;
  font-size: 90px;
  cursor: pointer;
  padding: 5px 5px;
  border-radius: 100px;
  background: none;
  color: hsl(0, 86%, 57%);;
}

.close-button:hover{

  color: hsl(0, 86%, 40%);;
}

#textNewsletter{

  font-size: 28px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  margin-bottom: 50px;
}

h1 {

  margin-bottom: -25px;
}

#submitButtonReg{

  position: relative;
  top: -50px;

}


#response-message {

  margin-top: -25px;
  font-size: 35px;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
}

.email-wrap {
  white-space: pre-wrap;
}

@media (max-width: 768px){

  
#unSubButton{

  top: 10px;
  margin-bottom: 10px;
}

.email-wrap {
word-break: break-word;
}

#textNewsletter{

  font-size: 22px;
}

#email {
   
  font-size: 19px;
  width: 95%;
  margin-top: 10px;
}
   
#response-message {

  margin-top: 17px;
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  top:-45px;
}

.containerNewsletter {

  padding: 10px 27px 0px 27px;
  width: 100vw;
  overflow: hidden;
  border-radius: 35px;
}

}