#user-terms {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: .9rem;
  margin: 0 auto;
  max-width: 100vw;
  padding: 2rem 5rem;
  width: 900px;
}
#user-terms h1 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  text-align: center;
}
#user-terms a {
  color: #d0ad6c;
  text-decoration: underline
}
#user-terms a:hover,
#user-terms a:focus {
  color: #b79453;
}
#user-terms #privacy {
  background: url("../img/privacy-policy.svg") no-repeat top left / 60px;
  min-height: 60px;
  padding-left: 80px;
}
#user-terms #security {
  background: url("../img/security-policy.svg") no-repeat top left / 60px;
  min-height: 60px;
  padding-left: 80px;
}
#user-terms #terms-of-use {
  background: url("../img/terms-of-use.svg") no-repeat top left / 60px;
  min-height: 60px;
  padding-left: 80px;
}
#user-terms form {
  border-top:  1px solid #bfc6c6;
  margin-top: 4rem;
}
#user-terms form p.error {
  background: #be5127;
  border-radius: 3px;
  color: #fff;
  padding: .5rem;
}
#user-terms button {
  border: 0;
  font-size: .9rem;
  font-weight: bold;
}
#user-terms button:hover,
#user-terms button:focus {
  background: #b79453;
}
#user-terms a.button {
  border: 1px solid #d0ad6c;
  border-radius: 20px;
  box-sizing: border-box;
  color: #d0ad6c;
  display: inline-block;
  font-weight: normal;
  margin: 0 1rem;
  min-width: 160px;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
}
#user-terms a.button:hover,
#user-terms a.button:focus {
  border-color: #b79453;
  color: #b79453;
}
@media only screen and (max-width: 901px) {
  #user-terms {
    border-radius: 0;
    box-sizing: border-box;
    padding: 2rem 1rem;
  }
  #user-terms h1 + p {
    text-align: left;
  }
  #user-terms a.button {
    border-radius: 20px;
    box-sizing: border-box;
    min-width: 120px;
  }
}
