html, body {
  font-family: "Open Sans", serif;
  font-size: 14px;
  font-weight: 300;
}

.hero.is-success {
  background: #F2F6FA;
}

.hero .nav, .hero.is-success .nav {
  box-shadow: none;
}

.box {
  margin-top: 5rem;
}

.avatar {
  margin-top: -100px;
  padding-bottom: 20px;
}

.avatar img {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

input {
  font-weight: 300;
}

p {
  font-weight: 700;
}

p.subtitle {
  padding-top: 1rem;
}

.sidenav {
  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  padding: 20px;
}

.sidenav .title {
  padding-top: 50px;
  padding-bottom: 20px;
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount {
  color: #000;
}

.form-separator {
  height: 12px;
  margin: 20px 0 32px;
  text-align: center;
  border-bottom: 1px solid #e4e5e7;
}
.form-separator span {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 8px;
  background-color: #fff;
  color: #62646a;
  vertical-align: baseline;
}

.social-button-wrapper > :first-child {
  flex-grow: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.social-button-wrapper > :first-child .icon {
  padding: 0.1rem !important;
  margin-right: auto !important;
}
.social-button-wrapper > :first-child > * {
  margin-right: auto !important;
}

@media screen and (max-width: 314px) {
  .social-button-text {font-size: smaller !important;
  }
}