div.content {
  width: 600px;
  padding: 100px 0;
  margin: auto; }

#logo {
  text-align: center;
  margin-bottom: 50px; }

h2, h4 {
  text-align: center;
  padding: 0;
  margin: 0 0 50px 0; }

h2 {
  color: #1a1a18; }

h4 {
  color: #979797; }

div.input-wrapper {
  text-align: center;
  margin-bottom: 50px; }

#gCode {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  letter-spacing: 2px; }

#code, #getInfo {
  outline: none;
  padding: 0 10px; }

#code {
  height: 28px;
  border: 1px solid #e5007d;
  margin: 0 20px; }

#getInfo {
  height: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background-color: #e5007d; }

#loading {
  display: none; }

#status, #payer, #user, #amount {
  display: none; }

div.contact {
  font-weight: bold;
  display: table;
  margin: auto; }
  div.contact div {
    display: table-row; }
    div.contact div div {
      display: table-cell; }
    div.contact div div:first-child {
      padding-right: 30px; }
  div.contact div:first-child div {
    padding-bottom: 10px; }

/*# sourceMappingURL=styles.css.map */
