body {
  background: #fff;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #feedeb;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #86251e;
}
.c-button--primary:hover {
  background: #fdd9d7;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border: 0px;
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}
.c-alert {
  background: #FFF;
  color: #704112;
  text-align: center;
}
.p-page__title {
  color: #FF8000;
}
.c-form__table {
  background: #FAF9F4;
  color: #704112;
  padding: 20px;
}
.c-form__title {
  color: #704112;
}
.c-button--primary {
  border-radius: 35px;
  background: transparent linear-gradient(91deg, #FF8000 0%, #E94820 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  min-width: 260px;
  height: 70px;
}
.c-button--primary:hover {
  background: transparent linear-gradient(91deg, #FF8000 0%, #E94820 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  opacity: 0.7;
}
.p-page__title a {
  color: #FF8000;
  text-decoration: none;
}
.p-page__title a:hover {
  color: #FF8000;
  opacity: 0.7;
  text-decoration: none;
}