html,
body {
  height: 100%;
  font-family: 'Nunito Sans', sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}

.terms-condition,
.terms-condition:visited,
.terms-condition:active,
.terms-condition:hover {
  text-decoration: none;
  color: #5bc0de;
  outline: none;
}

.desktop-nav {
  height: 50px;
  position: absolute;
  background: transparent;
  box-shadow: none;
}

.desktop-nav .user-logo-container,
.mobile-nav .user-logo-container {
  margin: 5px 15px 5px 5px;
}

.auth-box {
  background: #fff;
  border: none;
  border-radius: 15px;
  margin: auto auto;
  width: 100%;
  max-width: 500px;
  min-width: 350px;
}

.auth-box.full-page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#setup-content .top-header {
  width: auto;
}

.setup-process h4 {
  color: var(--bg-primary);
}

.top-header {
  padding: 15px;
  width: 100%;
}

.auth-box .top-header {
  max-width: 500px;
}

.site-logo {
  width: 100%;
  max-width: 350px;
}

.auth-label {
  font-size: 14px;
}

.btn-auth {
  width: 100%;
}

.landing-container {
  padding-top: 0 !important;
}

.business-card {
  height: 140px;
  background: #fff;
  margin: 10px auto;
  padding: 15px 0;
  max-width: 360px;
  border: 2px solid #ccc;
  border-radius: 15px;
}

.business-card:hover {
  border-color: var(--bg-primary);
}

.add-new-business {
  height: 140px;
  margin: 10px auto;
  padding: 15px 0;
  max-width: 360px;
  text-align: center;
  color: var(--bg-primary);
  border: 2px dashed var(--bg-primary);
  border-radius: 15px;
  opacity: 0.5;
}

.add-new-business i {
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
}

.add-new-business .add-new-note {
  vertical-align: middle;
}

.add-new-business:hover {
  border-color: var(--bg-primary);
  opacity: 1;
}

.add-new-business:hover i,
.add-new-business:hover .add-new-note {
  color: var(--bg-primary);
}

.business-card .logo {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.business-card .logo img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  float: none !important;
}

.business-card .logo i.fa-building,
.business-card .logo i.fa-user {
  font-size: 50px !important;
  color: var(--bg-primary) !important;
  opacity: 0.7;
}

.business-card .info {
  padding: 10px;
  width: 100%;
  text-align: center;
}

.business-card .info * {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  padding-bottom: 20px !important;
  padding-top: 50px !important;
  padding-left: 15px !important;
}

.profile-image {
  width: 90px;
  margin: 0 auto;
}

.profile-image:hover {
  cursor: pointer;
}

.profile-image img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.profile-image i {
  font-size: 80px;
}

.prof-box {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.prof-box .auth-box {
  background: transparent;
  border: none;
}

.g-recaptcha>div>div {
  width: 100% !important;
}

.setup-process-body {
  background: #fff;
  height: auto;
  min-height: 100%;
}

.setup-progress {
  position: absolute;
  bottom: 50px;
  padding: 0;
  list-style-type: none;
  left: 50%;
  margin-left: -72px;
}

.setup-progress li {
  display: inline;
  margin: 0 10px;
}

.business-type {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  text-align: center;
  height: 150px;
  position: relative;
  border-radius: 15px;
  color: var(--bg-secondary);
}

.business-type:hover {
  cursor: pointer;
  background: #f8f8f8;
  border-color: #3498db;
}

.category.selected .business-type {
  background: #ecf0f1;
  border-color: var(--bg-secondary);
}

.printer.selected .business-type {
  background: #ecf0f1;
  border-color: var(--bg-secondary);
}

.business-type img {
  height: 50px;
  width: 50px;
  margin: 20px auto;
}

.business-type .fa-check-circle-o {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.5em;
  color: #2ecc71;
  display: none;
}

.category.selected .business-type .fa-check-circle-o {
  display: block;
}

.new-business-note {
  font-size: 22px;
}

.new-business-sub-note {
  font-size: 14px;
}

.reg-success-email {
  margin: 50px auto;
  width: 150px;
}

.label-count {
  background: #888;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 20px;
  vertical-align: 20px;
  float: left;
  margin: 0 10px 10px 0;
}

.label-count:hover {
  background: #555;
  cursor: pointer;
}

.first-create-img {
  width: 100px;
  margin: 0 auto;
}

.check-list {
  color: #aaa;
}

.check-list .checked {
  color: #2ecc71;
}

@media only screen and (min-width: 768px) {

  html,
  body {
    background: #f3f3f3;
  }

  .auth-box {
    padding: 30px;
    border: 1px solid #ccc;
  }

  .prof-box .auth-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .business-card {
    max-width: none;
  }

  .prof-box {
    width: 44%;
    margin-left: 4%;
    float: left;
  }

  .new-business-note {
    font-size: 36px;
  }

  .new-business-sub-note {
    font-size: 18px;
  }
}