@font-face {
  font-family: 'Eina';
  font-style: normal;
  font-weigth: 400;
  src: url(/fonts/Eina02_Regular.otf);
}

@font-face {
  font-family: 'Eina';
  font-style: bold;
  font-weight: 800;
  src: url(/fonts/Eina02_Bold.otf);
}

/* line 13, app/assets/stylesheets/success-page.sass */
#success-page {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCFCFC;
  width: 100%;
  height: 100%;
}

/* line 24, app/assets/stylesheets/success-page.sass */
#success-page .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 40px;
  text-align: center;
  width: 500px;
  padding: 40px 40px;
  background: #FFF;
  box-shadow: 0px 0px 93px rgba(0, 0, 0, 0.0651);
}

/* line 36, app/assets/stylesheets/success-page.sass */
#success-page .wrapper .checkmark {
  width: 100px;
  padding: 20px 10px 20px;
}

/* line 40, app/assets/stylesheets/success-page.sass */
#success-page .wrapper h1.header {
  font-size: 30px;
  padding-bottom: 0;
  color: #333333;
  border: none;
  font-family: "Eina";
}

/* line 47, app/assets/stylesheets/success-page.sass */
#success-page .wrapper p.body {
  font-size: 20px;
  line-height: 36px;
  font-family: 'Eina';
  font-weight: normal;
  max-width: 360px;
  color: #4F4F4F;
  margin-top: 10px;
}

/* line 56, app/assets/stylesheets/success-page.sass */
#success-page .wrapper .powered-by {
  width: 120px;
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/success-page.sass */
#success-page .social {
  display: flex;
}

/* line 63, app/assets/stylesheets/success-page.sass */
#success-page .social .social-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

/* line 68, app/assets/stylesheets/success-page.sass */
#success-page .social .social-icon:first-of-type {
  margin-right: 10px;
}

/* line 72, app/assets/stylesheets/success-page.sass */
#success-page .social .social-icon:last-of-type:not(:nth-child(2)) {
  margin-left: 10px;
}
