html {
  height: 100%;
}

body {
  background: #ee3224;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans;
  font-size: 16px;
  line-height: 1.375;
  min-height: 100%;
  padding: 50px 30px 80px;
  position: relative;
  text-align: center;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

form {
  margin-bottom: 30px;
}

input {
  background: #ee3224;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}

input:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  top: 0;
  width: 100%;
}

.logo {
  display: block;
  margin: 0 auto 30px;
  max-width: 350px;
  width: 100%;
}

.button {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 3px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBold', Helvetica, Arial, sans;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 15px 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:not([disabled='disabled']):hover {
  border-bottom-width: 2px;
  position: relative;
  top: 1px;
  margin-bottom: 1px;
}

.button:focus {
  outline: 0;
}

.button[disabled='disabled'] {
  color: #ee3224;
  cursor: default;
}

.credit {
  bottom: 0;
  font-size: 14px;
  left: 0;
  position: absolute;
  width: 100%;
}

.title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product {
  margin-bottom: 50px;
}

.product-name,
.product-price {
  margin-bottom: 5px;
}

.product-image {
  border: solid 2px #ccc;
  display: block;
  margin: 0 auto 15px;
  max-width: 300px;
  width: 100%;
}