body {
  background: url('images/background.jpg') no-repeat center center;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.coming-soon {
  padding: 0 30px;
  text-align: center;
}

.tagline {
  color: #7d889d;
  font-size: 16px;
  margin: 45px 0 15px;
}

.social-icons {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin: 0 15px;
}

.social-icons a,
.social-icons a:visited,
.social-icons a:focus {
  color: #7d889d;
  transition: 0.3s ease;
}

.social-icons .facebook a:hover {
  color: #3b5998;
}

.social-icons .instagram a:hover {
  color: #e95950;
}

.social-icons i {
  font-size: 24px;
}

/*
SendInBlue
*/
#sib_embed_signup input,
#sib_embed_signup button {
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
}

#sib_embed_signup input:focus,
#sib_embed_signup button:focus {
  outline: none;
}

#sib_embed_signup .email-group,
#sib_embed_signup .byline {
  display: block;
}

#sib_embed_signup #email {
  background: #fff;
  -webkit-box-shadow: 6px 12px 32px 0px rgba(35, 40, 45, 0.07);
  -moz-box-shadow: 6px 12px 32px 0px rgba(35, 40, 45, 0.07);
  box-shadow: 6px 12px 32px 0px rgba(35, 40, 45, 0.07);
  color: #7d889d;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 15px;
  width: 100%;
}

#sib_embed_signup .button {
  background: #fc5774;
  -webkit-box-shadow: 6px 12px 32px 0px rgba(252, 87, 116, 0.3);
  -moz-box-shadow: 6px 12px 32px 0px rgba(252, 87, 116, 0.3);
  box-shadow: 6px 12px 32px 0px rgba(252, 87, 116, 0.3);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  text-transform: uppercase;
  transition: 0.3s ease;
  width: 100%;
}

#sib_embed_signup .button:hover {
  background: #222529;
  -webkit-box-shadow: 6px 12px 32px 0px rgba(35, 40, 45, 0.07);
  -moz-box-shadow: 6px 12px 32px 0px rgba(35, 40, 45, 0.07);
  box-shadow: 6px 12px 32px 0px rgba(35, 40, 45, 0.07);
}

#sib_embed_signup .sib-container {
  position: relative;
}

#sib_embed_signup .message_area,
#sib_embed_signup .message_area_custom {
  background-color: transparent !important;
  border: none !important;
  color: #fc5774 !important;
  font-size: 12px;
  margin-top: 15px !important;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

#sib_embed_signup .message_area_custom {
  display: none;
}

#sib_embed_signup .mandatory-email.needsfilled .message_area_custom {
  display: block;
}

#sib_embed_signup .mandatory-email .message_area,
#sib_embed_signup .message_area .close {
  display: none;
}

@media screen and (min-width: 500px) {
  .tagline {
    font-size: 18px;
  }

  #sib_embed_signup .byline {
    margin-left: -4px;
  }

  #sib_embed_signup .email-group,
  #sib_embed_signup .byline {
    display: inline-block;
  }

  #sib_embed_signup #email {
    margin-bottom: 0;
    width: 300px;
  }

  #sib_embed_signup .button {
    width: auto;
  }

  #sib_embed_signup .message_area {
    font-size: 13px;
    margin-top: 15px !important;
  }
}
