body {
  background: #FFFFFF;
  font-family: 'M PLUS Rounded 1c', 'Poppins', sans-serif;
}
.c-alert {
	background: #fff8f6;
}
.c-button {
  background: #fff;
  border: 1px solid #a1492a;
  color: #a1492a;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  background: #fff;
  border: 1px solid #a1492a;
  color: #a1492a;
}

.c-button:hover {
  background: #a1492a;
  border: 1px solid #a1492a;
  color: #fff;
}

.c-button--primary {
  background: #fff;
  border: 1px solid #a1492a;
  color: #a1492a;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  background: #fff;
  border: 1px solid #a1492a;
  color: #a1492a;
}

.c-button--primary:hover {
  background: #a1492a;
  border: 1px solid #a1492a;
  color: #fff;
}

.c-button:disabled, 
.c-button.disabled, 
.c-button:disabled:hover, 
.c-button.disabled:hover {
  border: none;
}

.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-color: #d7dee2;
}

.c-input--text:focus {
  border-color: #607d8b;
}
