#mainSection {
  width: 90%;
  margin: 0 auto;
  padding: 30px 70px 70px;
}

#signInHeader h2 {
  font-weight: 600;
  line-height: 1.2;
}

#signInHeader h4 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
}

#mainDetailHeaderSection {
  /* text-align: center; */
}

#mainDetailHeaderSection h3 {
  font-weight: bold;
  line-height: 36px;
}

#mainDetailDescriptionSection {
  padding: 10px 0;
}

.mainFeatureSection {
  padding: 15px 0;
}

.mainFeatureSection img {
  height: 45px;
  width: 45px;
  margin-right: 20px;
  vertical-align: middle;
  opacity: 0.6;
}

.mainFeatureSection span {
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
  font-family: "Freight Sans Bold", Helvetica, Arial, sans-serif;
}

#supportInfo {
  position: fixed;
  z-index: 1000000;
  top: 50%;
  right: 0;
}

#supportInfoPanel {
  color: #fff;
  position: fixed;
  left: 100%;
  padding: 10px;
  background: #cc471b;
}

#supportInfoCallBtn {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s,
    box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 175px;
  height: 40px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #cc471b;
  position: fixed;
  left: 97.3%;
}

#supportInfoCallBtn:hover {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s,
    box-shadow 0.6s;
  transition: left 0.6s, width 0.6s, border-radius 0.6s, background 0.6s,
    box-shadow 0.6s;
  width: 175px;
  left: 87.2%;
  border-radius: 30px 0 0 30px;
  background: #1c252e;
}

#supportInfoCallBtn label {
  width: 100%;
  padding: 8px 7px 7px 13px;
  font-size: 18px;
  font-weight: 700;
}

#supportInfoCallBtn label:hover {
  cursor: pointer;
}

#footer {
  position: fixed;
  bottom: 0;
  color: #1c252e;
  /* color: #d2d6de; */
  width: 100%;
}

/* #footer #middleFooter {
  background: #28323c;
} */

#footer #bottomFooter {
  margin: 0 100px;
  padding: 10px 0 30px;
  border-top: 1px solid rgb(190, 190, 190);
  background: #d2d6de;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 20px;
  border-radius: 20px;
  font-size: 16px;
  border: 0;
  outline: 0;
  border-radius: 320px;
  background-color: #fff;
  text-shadow: 1px 1px 0 #fff;
  box-shadow: inset 2px 2px 5px grey, inset -5px -5px 10px #fff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}

input[type="text"]:focus {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

input[type="email"]:focus {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

input[type="password"]:focus {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#backToWelcomeBtn,
#backToRestaurantInfoBtn,
#request7DaysTrialBtn {
  padding: 8px 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  border: 0;
  outline: 0;
  background: orange;
  box-shadow: -5px -5px 20px #fff, 5px 5px 20px grey;
  transition: all 0.2s ease-in-out;
}

#signInBtn,
#signInWithPin,
#installMeBtn,
#saveRestaurantInfoBtn,
#saveLocationBtn,
#activateSerialKeyBtn {
  padding: 8px 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  border: 0;
  outline: 0;
  background: #cc471b;
  box-shadow: -5px -5px 20px #fff, 5px 5px 20px grey;
  transition: all 0.2s ease-in-out;
}

#signInBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#installMeBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#backToWelcomeBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#saveRestaurantInfoBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#backToRestaurantInfoBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#saveLocationBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#activateSerialKeyBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#request7DaysTrialBtn:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px grey;
}

#signInBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#installMeBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#backToWelcomeBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#saveRestaurantInfoBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#backToRestaurantInfoBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#saveLocationBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#activateSerialKeyBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#request7DaysTrialBtn:active {
  box-shadow: inset 1px 1px 2px grey, inset -1px -1px 2px #fff;
}

#signInWithPin {
}
