@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');

body {
  background: #000000;
}
.p-page__body {
  background: #000000;
  color: #BA9559;
}
.c-form__title {
  color: #BA9559;
}
.title_area a {
  color: #BA9559;
}
.p-page__body-inner {
  color: #BA9559;
  border-top: 1px solid #BA9559;
  border-bottom: 1px solid #BA9559;
}
.p-page__title {
  color: #BA9559;
}
.c-alert {
  color: #BA9559;
  background: #1a1a1a;
}
.c-form__note {
  color: #BA9559;
}
table.c-form__table tbody tr:nth-child(3) {
  display: none;
}
.c-button:disabled,
.c-button,
.c-button:link {
  color: #BA9559;
  background: #1a1a1a;
  transition: .3s;
}
.c-button:disabled:hover,
.c-button.disabled:hover,
 .c-button:hover,
.c-button:active, 
.c-button:visited {
  color: #BA9559;
  background: #1a1a1a;
  opacity: .6;
  transition: .3s;
}
.p-page__copyright {
  font-family: 'Lora', serif;
  color: #BA9559;
  font-size: 12px;
}

/**/
.p-shop__logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}