/*** fonts ***/
/************************************/
*{
  box-sizing: border-box;
}

html.ee-html, 
.ee-html body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

/*** signup-content ***/
/********************************************/
.signup-content {
  margin: 0;
}

.signup-thankyou {
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-start;
  margin: 2em 0;
  font-weight: bold;
  background: #fff;
  line-height: 2em;
}

/* ------------------------------------------------------------------ */
/* -- thankyou message -- */
/* ------------------------------------------------------------------ */
.thankyou-container {
  padding: 1em;
  background: #fff;
  border: 1px solid;
  border-radius: 3px;
}

.thankyou {
  padding: 1em;
}

.thankyou-container {
  color: #7c7e83;
}

.thankyou-content {
  color: #7c7e83;
}

/* ------------------------------------------------------------------ */






