/*************************************/
/* BOOTSTRAP OVERRIDES OR ADDITIONS */
/***********************************/
body {
  color: #2C2D33;
  line-height: 1.666667;
  font-size: 18px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}
.btn-primary {
  background-color: #007BFF;
}
.form-group .error {
  color: red;
}
.form-control {
  padding: 14px 12px;
}
.form-control-xlg {
  padding: 20px 15px;
}
.btn-xlg {
  font-weight: bold;
  font-size: 20px;
  padding: 15px 35px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

/*****************/
/* BASE CLASSES */
/***************/
.btn-pointer {
  cursor: pointer;
}
.text-demphasis {
  color: #B4B3B3;
}
.logo {
  width: 172px;
}

/******************/
/* PAGE SPECIFIC */
/****************/

/*** HOME ***/

.home h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
}

/*** Hero ***/

.hero {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.hero .headline {
  color: #fff;
  align-self: center;
}
.hero .headline h1 {
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 15px;
}
.hero .headline p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
.hero .logo {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero {
    text-align: left;
  }
  .hero .headline h1 {
    font-size: 48px;
    line-height: 65px;
  }
}

/*** Value Props ***/

.value_props {
  padding: 50px 0;
}
.value_props h2 {
  margin-bottom: 50px;
}
.value_props h4 {
  font-size: 20px;
}
.value_props p {
  color: #B4B3B3;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.value_props img {
  height: 50px;
  width: 50px;
  margin: 0;
}
.value_props .value {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .value_props {
    padding: 100px 0;
  }
}

/*** How it Works ***/
.how-it-works {
  text-align: center;
}
.how-it-works .step {
  padding-top: 50px;
  border-top: 1px solid #efefef;
}
.how-it-works .step-number {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .how-it-works {
    text-align: left;
  }
  .how-it-works .step {
    padding-top: 100px;
  }
}

/*** Footer ***/
.footer {
  padding: 50px 0 100px;
  text-align: center;
}
.footer h2 {
  margin: 0;
}
.footer p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer {
    padding: 150px 0 200px;
    text-align: left;
  }
  .footer .call-to-action {
    text-align: right;
  }
}

/*** REGISTRATION AND LOGIN ***/

.login h2,
.registration h2 {
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 50px;
}
.registration h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 20px;
}
.registration .header p {
  margin-top: -20px;
}
.registration .logo {
  margin: 30px 0;
}
.registration .account-nav, .login .account-nav {
  margin: 10px 0 60px;
}
.registration .countryCode {
  width: 20%;
  margin-right: 2%;
}
.registration select.form-control:not([size]):not([multiple]),
.registration select.custom-select {
  height: 50px;
}
.registration .form-section {
  margin-bottom: 30px;
}
.registration .share-btn {
  margin-bottom: 10px;
}
.registration #submitSignUp {
  margin: 0 0 120px;
}
.registration .alert-danger ul {
  margin-bottom: 0.5em;
}
.registration .form-table-header {
  line-height: 50px;
}
.registration .form-check-label {
  position: relative;
  top: 11px;
}
.registration .phoneNumber {
  width: 78%;
}
.registration .alert {
  margin-bottom: 50px;
}
.registration .jobTitle{
  font-size: 16px;
  margin: 20px 0 0;
  line-height: 30px;
}
