.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.page-heading {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  color: #313131;
}

.text-content {
  text-align: center;
  margin-top: 25px;
}

.promote {
  text-align: center;
  margin-top: 30px;
}

.promote img {
  vertical-align: middle;
  height: 25px;
}

.promote .text {
  vertical-align: middle;
  font-size: 12px;
  padding-left: 5px;
  color: #868282;
}

.promote a {
  text-decoration: none;
  color: #868282;
}

.promote a:hover {
  color: #ff3800;
}

.shop-password {
  margin: auto;
  margin-top: 50px;
  text-align: center;
  padding: 0px 30px;
  margin-bottom: 50px;
}

.shop-password .logo {
  width: 60px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.shop-password .name {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop-password .alert-error {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 14px;
}

.shop-password input {
  margin: auto;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  width: 260px;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.shop-password button {
  color: #ffffff;
  background-color: #C73616;
  margin-top: 15px;
}

.shop-password .field-group .help-block {
  color: #c73616;
  font-style: italic;
  font-size: 12px;
}

.shop-password .has-error input {
  border-color: #c73616 !important;
}