.hero-unit {
  display: none;
}
#div_login {
  display: block;
}
.onboard-settings-tabs {
	background-color: #303641;
}
.signup-page {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 54px);
}
.steps {
  width: 300px;
  padding: 20px 20px;
  font-size: 16px;
  color: #555;
  border-right: 1px solid #e2e2e2;
}
.steps ul li {
  padding: 16px 16px;
  position: relative;
}
.content {
  flex: 1;
  padding: 20px 20px;
}
.fb-login {
  display: none;
}
#div_login h3 {
  width: 100%;
}
.fb-existing-login {
  display: none;
}
.onboard_login {
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
.text-1 {
  width: 100%;
}
.steps .done {
  color: #10ab0b;
  font-weight: 600;
}
.steps .done::after {
  content: '✓';
  position: absolute;
  right: 10px;
  font-weight: 400;
}
.steps .active {
  color: #666;
  font-weight: 600;
  background: #f2f2f2;
  border-left: 4px solid #1ca5d3;
}
.steps a {
  cursor: default;
}
.steps a:hover {
  text-decoration: none;
}
button.proceed-btn,
button.fb_login_btn {
  margin-bottom: 40px;
  border-radius: 5px !important;
  width: 300px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  height: 51px;
  padding: 0px;
}
.proceed-section {
  margin: 30px 0px;
}
.proceed-section .fp-title-2 {
  margin-bottom: 14px;
}
.proceed-section .onboard_login {
  margin-top: 0px;
}
.error {
  display: none;
}
#div_store .fp-row {
  margin-bottom: 20px;
}
#div_store .helpful-font {
  margin-top: 5px;
}
#div_store .section-container {
  max-width: 600px;
}
#div_store .btn-lg {
  min-width: 300px;
}
.tos-checkboxes {
  margin-bottom: 20px;
}
.tos-text {
  margin-bottom: 24px;
}
.tos-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tos-item label {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
}
.signup-page .content {
  margin-left: 40px;
  padding-top: 40px;
}
.fp-connected-row {
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .signup-page {
    flex-direction: column;
  }
  .signup-page .steps {
    width: 100%;
    border-right: 0px;
  }
  .signup-page .content {
    margin-left: 0px;
    padding-top: 10px;
    width: 100%;
  }
}