* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  color: #333333;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  line-height: 1.3em;
  color: #3774ff;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a img:hover {
  opacity: 0.7;
}

#account {
  position: relative;
  z-index: 0;
  background: #ffffff;
  line-height: 1.75;
  font-size: 16px;
}

#account-header {
  padding: .75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}

#account-header h1 {
  margin-bottom: 0;
  line-height: 0;
}

#account-name {
  margin: 0;
  padding: 0;
  font-size: .75em;
  list-style-type: none;
}

#account-name li {
  margin-right: 1em;
  padding-right: 1em;
  display: inline-block;
  border-right: 1px solid #e7e7e7;
}

#account-name li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#account-wrapper {
  padding: 5%;
  background: #ffffff;
}

#account-wrapper .container-fluid {
  padding: 0;
}

.account-container {
  max-width: 768px;
}

#order_form .input {
  font-size: 1em;
}

.optional {
  padding: 0.1em 0.5em;
  margin-right: 1em;
  display: inline-block;
  font-size: .5em;
  background: #eee;
  position: relative;
  top: -2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.require {
  color: #ffffff;
  background: #de2a38;
}

.ac-btn {
  font-size: 1.2em;
  cursor: pointer;
}

.history-img {
  padding: 1em;
  text-align: center;
}

.card-text {
  font-size: .75em;
  line-height: 1.75;
}

.footer-link {
  margin-top: 5%;
  padding: 0;
  text-align: center;
}

.footer-link > li {
  margin: 0 1em;
  list-style: none;
  display: inline-block;
}

.footer-link a {
  font-size: 15px;
}

#button {
  padding: 1em 0;
  text-align: center;
}

#button button {
  font-size: 1.2em;
}

.login-button, .receipt-button {
  padding: 1em 0;
  text-align: center;
}

.login-button .btn, .receipt-button .btn {
  font-size: 27px;
  font-size: 1.6875rem;
}

#login-form .input, #receipt-form .input {
  font-size: 1em;
}

.login-form-container {
  margin: 0 auto;
  max-width: 520px;
}

#receipt {
  padding: 50px 10px;
}

#receipt .display-amount {
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
}

#receipt .display-amount {
  font-size: 1.25em;
}

#receipt .display-amount span {
  font-size: 1.75em;
}

#receipt .company-info {
  position: relative;
}

#receipt .company-stamp {
  position: absolute;
  right: 0;
  top: 0;
}

#receipt-wrapper {
  padding: 50px;
  margin: 0 auto;
  width: 860px;
  border: 1px solid #ccc;
  font-size: 25px;
  font-size: 1.5625rem;
}
