.loginScreen {
  overflow: hidden;
}
  .loginScreen .btn {
    width: 280px;
    display: block;
    margin: 0 auto;

    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
  }
  .loginScreen section {
    position: relative;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  }
      .loginScreen section p span {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 12px;
        color: #aaa; }
  .loginScreen .login-section {
    min-height: 560px; }
  @media screen and (max-width: 992px) {
    .loginScreen .login-section {
      background-color: #fff; } }
  .loginScreen .vertical-align-block {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .loginScreen .vertical-align-block h1.title {
      margin-top: 0px;
      max-width: 600px;
      font-size: 30px;
      font-weight: bold;
      color: #000; }
  .loginScreen .block-title h1.title {
    margin-top: 0px;
    max-width: 600px;
    font-size: 30px;
    font-weight: bold;
    color: #000; }
  .loginScreen .blended {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250,250,250,0.95) 15%, rgba(250,250,250,0.95) 85%, rgba(250, 250, 250, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(15%, white), color-stop(85%, white), color-stop(100%, rgba(250, 250, 250, 0)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250,250,250,0.95) 15%, rgba(250,250,250,0.95) 85%, rgba(250, 250, 250, 0) 100%);
    background: -o-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250,250,250,0.95) 15%, rgba(250,250,250,0.95) 85%, rgba(250, 250, 250, 0) 100%);
    background: -ms-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250,250,250,0.95) 15%, rgba(250,250,250,0.95) 85%, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250,250,250,0.95) 15%, rgba(250,250,250,0.95) 85%, rgba(250, 250, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    height: 400px;
    position: relative; }
  .loginScreen .bg-img-model {
    min-height: 400px;
    background-image: url("../img/login/bgimg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 500px;
    position: relative; }
  @media screen and (max-width: 767px) {
    .loginScreen .bg-img-model {
      background-image: none; } }
  .loginScreen .bg-img {
    width: 100%;
    position: relative;
    margin-top: 30px; }
  .loginScreen .headline {
    font-weight: bold;
    font-size: 40px;
    color: #000; }
  .loginScreen .app-icon-mobile {
    margin-bottom: 20px;
  }
  .loginScreen .app-icon-mobile a img {
    max-width: 180px;
    margin-bottom: 10px;
  }
  .app-icon-cta a img {
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 12px;
    margin: 10px;
  }
  @media (max-width: 557px) {
    .app-icon-cta a img{
      max-width: 40%;
    }
  }
  .loginScreen .appimagesection .img-phone {
    width: 80%;
    max-width: 500px; }
  .loginScreen .appimagesection .app-icon {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    min-width: 380px;
    width: 80%;
    display: inline-block; }
    .loginScreen .appimagesection .app-icon a {
      margin: 0 10px;
      display: inline-block; }
      .loginScreen .appimagesection .app-icon a img {
        width: 170px; }
  .loginScreen .forgotPassBlock {
    display: inline-block;
    position: relative;
    top: -42px;
    left: 105px; }
  .loginScreen .loginsection {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    min-height: 190px; }
    .loginScreen .loginsection .alert {
      max-width: 280px;
      margin: 22px auto 0; }
    .loginScreen .loginsection p {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 200;
      font-size: 18px;
      color: #777;
      margin-bottom: 17px; }
    .loginScreen .loginsection h3 {
      text-transform: uppercase;
      letter-spacing: 2.64px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #555;
      margin-bottom: 10px; }
    .loginScreen .loginsection .i_code {
      width: 280px;
      height: 40px;
      margin: 0 auto 10px; }
    .loginScreen .loginsection .loginButton {
      padding: 60px 0 0;
      height: 250px; }
    .loginScreen .loginsection .emailLogin {
      position: absolute;
      top: 5px;
      left: 50%;
      width: 500px;
      margin-left: -250px;
      background: #fff; }
      .loginScreen .loginsection .emailLogin .close {
        position: absolute;
        top: 00px;
        right: 80px; }
      .loginScreen .loginsection .emailLogin form {
        padding: 0 15px 25px;
        margin: 0 auto; }
        .loginScreen .loginsection .emailLogin form .form-control {
          background: #fff;
          padding: 10px;
          border-radius: 3px;
          font-size: 0.9em;
          width: 280px;
          height: 40px;
          margin: 0 auto 10px;
          color: #999;
          margin: 10px auto; }
        .loginScreen .loginsection .emailLogin form .form-control:focus {
          border-color: #fff;
          outline: 0; }
        .loginScreen .loginsection .emailLogin form .btn-alua {
          width: 280px;
          color: #fff;
          margin: 0 auto; }
  .loginScreen hr {
    width: 280px;
    position: absolute;
    margin-left: auto;
    margin-right: auto; }

  .loginScreen h1.bigadscopy,
  .loginScreen p.bigadscopy {
    margin-top: 50px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 25px;
  }
  @media screen and (max-width: 992px) {
    .loginScreen h1.bigadscopy,
    .loginScreen p.bigadscopy {
      margin-top: 10px;
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      font-size: 18px;
      text-align: center;

      color: #181A1B;
    }
  }
  .bigadscopy-btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 40px;
    margin-top: 20px;
    border:none;
    border-radius: 9px;
    background-color: #0CB549;
  }
  .loginScreen p.logintitle {
    font-weight: 600;
    font-size: 20px;
    color: #111; }
  .loginScreen form {
    width: 280px;
    margin: 0 auto; }
    .loginScreen form input {
      margin-bottom: 5px; }
    .loginScreen form label.halfsizespacing {
      left: 40%; }
  .loginScreen .orLine-container {
    width: 280px;
    margin: 0 auto; }
  .loginScreen .logosection .sublogo {
    padding-top: 15px;
    padding-left: 85px;
    font-weight: 400;
    color: #989898; }
  .loginScreen .footersection .footercolumeleft .custom-footer {
    text-align: left; }
    .loginScreen .footersection .footercolumeleft .custom-footer span a {
      color: #4A5257; }
  .loginScreen .footersection p.copyright {
    font-size: 12px;
    font-weight: 400;
    color: #d1d1d1; }
  .loginScreen .alert-info {
    background: none;
    color: #F20010;
    padding: 15px;
    margin: 0; }
  .loginScreen .emailLogin form .form-control {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    font-size: 0.9em;
    width: 280px;
    height: 40px;
    margin: 0 auto 10px;
    color: #999;
    margin: 10px auto; }
  .loginScreen .emailLogin form .btn-alua {
    width: 280px;
    color: #fff;
    margin: 0 auto;
    background-color: #0768BC;
    border: none; }
  .loginScreen .emailLogin form small.link {
    padding-left: 5px;
    padding-right: 5px; }

.background {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  background: #f5f5f5;
  background-image: url("../img/login/whitebg.png");
  background-image: url("../img/login/whitebg.png"), linear-gradient(#fbfbfb, #f5f5f5);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.about {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0px; }
  .about .title {
    line-height: auto; }

.login-card {
  padding: 20px 20px;
  margin: 0 auto;
  background: #fff;
  min-width: 350px;
  max-width: 400px;
  border-radius: 4px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1); }
  .login-card img.logo {
    width: 100px;
    margin-top: 40px;
    margin-bottom: 20px; }
  .login-card .termAndAgreement {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #777; }
    .login-card .termAndAgreement a {
      color: #777;
      font-weight: 600; }
  .login-card .logincardLink {
    margin: 0;
    font-size: 14px;
    font-weight: 400; }
    .login-card .logincardLink a {
      text-decoration: none; }
  .login-card .btn-email {
    margin-top: -40px;
    margin-bottom: 40px; }
  .login-card .animate-show.ng-hide-add {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

@media screen and (max-width: 992px) {
  .loginScreen {
    margin-top: 0; }
  .login-card {
    min-width: none;
    max-width: none;
    box-shadow: none;
    background: none;
    padding: 20px 0; } }

.onboarding {
  padding: 20px; }
  .onboarding .bgimage {
    border-radius: 50%;
    box-shadow: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 130px;
    height: 130px;
    min-height: 0;
    margin: 0 auto;
    display: block; }
  .onboarding .img-phone {
    width: 400px;
    display: block;
    margin: 0 auto; }
  .onboarding .title {
    text-align: center; }
  .onboarding .btn {
    min-width: 200px;
    margin: 0 auto;
    display: block; }
  .onboarding ul.step {
    padding: 0; }
    .onboarding ul.step li {
      list-style: none;
      display: inline-block;
      padding: 2px 6px 1px;
      margin: 0 20px;
      background: #f0f0f0;
      border-radius: 50%;
      color: #ccc;
      font-size: 11px; }
    .onboarding ul.step li.active {
      background: #3B4C60;
      color: #fff; }
  .onboarding .logo, .onboarding .img-info {
    margin: 20px auto;
    display: block; }
  .onboarding input[type=checkbox] {
    font-size: 35px; }
  .onboarding .checkbox {
    font-size: 16px; }
  .onboarding .skip {
    font-style: italic;
    color: #999; }
  .onboarding a.skip:hover {
    text-decoration: none; }
  .onboarding .appstore img {
    width: 150px;
    display: inline-block; }

  .error-margin p {
    height: 30vh;
    margin-top: 30vh;
  }

.signup .alert {
  width: 100%;
  float: left; }

.signup form input {
  margin-bottom: 7px; }

.connect {
  margin: 0 auto;
  border-radius: 2px;
  text-align: center;
  max-width: 400px;
  position: relative; }
  .connect .alert {
    left: 30px;
    right: 30px;
    font-size: 12px; }
  .connect .avatarCover {
    height: 175px;
    width: 175px; }
    .connect .avatarCover .progress_wrap {
      height: 175px;
      width: 175px; }
      .connect .avatarCover .progress_wrap .progressbar {
        margin: 90px 30px 0; }
  .connect .incomplete .gender {
    margin: 0 auto; }
    .connect .incomplete .gender .gender_item {
      display: inline-block; }
    .connect .incomplete .gender input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .connect .incomplete .gender input[type="radio"] + label {
        font-weight: 300;
        font-size: 15px;
        padding: 7px 14px;
        border: 1px solid #000;
        border-radius: 3px;
        color: #000;
        background-color: #fff;
        width: 130px; }
        .connect .incomplete .gender input[type="radio"] + label:hover, .connect .incomplete .gender input[type="radio"] + label:focus {
          background-color: #000;
          border-color: #000;
          color: #fff; }
        .connect .incomplete .gender input[type="radio"] + label:active {
          background-color: #000;
          border-color: #000;
          color: #fff; }
      .connect .incomplete .gender input[type="radio"]:checked + label {
        background-color: #000;
        color: #fff; }
        .connect .incomplete .gender input[type="radio"]:checked + label:hover, .connect .incomplete .gender input[type="radio"]:checked + label:focus {
          content: #888;
          color: #fff; }
        .connect .incomplete .gender input[type="radio"]:checked + label:hover {
          background-color: #000; }
        .connect .incomplete .gender input[type="radio"]:checked + label:active {
          color: #fff; }
  .connect .incomplete input.form-control {
    border: 1px solid #ccc; }
  .connect .incomplete .input-group-addon {
    background-color: transparent; }
  .connect .title {
    text-align: center; }
  .connect .btn {
    min-width: 250px;
    margin: 0 auto;
    display: block; }
  .connect p.message {
    padding: 0 10px; }
  .connect small.note {
    color: #999; }
  .connect .cell {
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 250px;
    padding: 6px 20px;
    margin: 0 auto;
    font-weight: 200;
    color: #999; }
    .connect .cell img {
      margin-right: 25px;
      display: inline-block;
      width: 30px; }

.content-guidelines__section {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .newloginsection .logoSmCenter {
    margin-left: auto;
    margin-right: auto; }
  .newloginsection .footersection {
    margin-bottom: 10px; }
    .newloginsection .footersection .footercolumeleft .custom-footer {
      text-align: center;
      margin-bottom: 10px; }
    .newloginsection .footersection p.copyright {
      text-align: center; } }

.apps img {
  height: 50px;
  display: inline-block; }

.headline {
  padding: 120px 0 80px; }
  .headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9); }
  .headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9); }

.tworow-content {
  color: #000; }
  .tworow-content .row {
    padding: 40px 0 0; }
  .tworow-content h2 {
    font-weight: bold; }
  .tworow-content h3 {
    font-weight: normal;
    font-size: 20px; }
  .tworow-content p.lead {
    font-weight: normal;
    font-size: 18px; }

.featurette-heading {
  font-size: 22px;
  font-weight: bold;
  color: #000; }

.modelfaq_container {
  max-width: 1170px;
  margin: 0 auto;
}

ul.modelfaq_list {
  padding: 0 15px;
}

.modelfaq_table {
  border: 1px solid #E0E6ED;
  border-radius: 5px 5px 0px 0px;
  max-width: 600px;
  margin: 0 auto;
}

.modelfaq_table_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.modelfaq_table_row:nth-child(even) {
  background: #F6F6F6;
  border-top: 1px solid #E0E6ED;
  border-bottom: 1px solid #E0E6ED;
  box-sizing: border-box;
  border-radius: 0px;
}

.modelfaq_table_row:last-child {
  border-bottom: none;
}

.modelfaq_table_row div:first-child {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #303637;
}

.modelfaq_table_row div:nth-child(2) {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0CB549;
}

img.side-content-img {
  max-height: 300px;
  margin: auto;
  margin-bottom: 40px; }

.confirm__footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #C4CCD1;
  font-size: 14px;
  font-weight: 600;
  margin: 80px 0 10px 0;
  text-align: center;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  max-width: 600px;
  font-weight: 700;
  align-items: center;
  color: rgba(0, 0, 0, 1);
  margin: 20px auto;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: #eee;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

.emailscreen_footer {
  position: relative;
  color: #C4CCD1;
  font-size: 14px;
  font-weight: 600;
  margin: 30px 0 10px 0;
}

/* About Page Adjust */
.about__promo--header {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #181A1B;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0 0;
}

.about__promo--subheader {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 30px 0;
}

.about__bottom--img {
  margin: 0 auto 10px auto;
}

.about__footer {
  color: rgba(24, 26, 27, 0.34);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 0 5px 0;
}

@media (max-width: 1200px) {
  .headline h1 {
    font-size: 140px; }
  .headline h2 {
    font-size: 63px; }
  .featurette-heading {
    font-size: 35px; } }

@media (max-width: 991px) {
  .headline h1 {
    font-size: 105px; }
  .headline h2 {
    font-size: 50px; }
  .featurette-heading {
    font-size: 30px;
  }
  .about__promo--header {
    margin: 85px 0 0 0;
  }
}

@media (max-width: 768px) {
  .container {
    margin: 0 15px; }
  .featurette-heading, .tworow-content p.lead {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
  }
  .tworow-content p.lead {
    font-weight: 400;
    text-transform: none;
  }
  .about__bottom--header {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 34px;
  }
}

@media (max-width: 668px) {
  .headline h1 {
    font-size: 70px; }
  .headline h2 {
    font-size: 32px; } }

@media (max-width: 640px) {
  .headline {
    padding: 75px 0 25px 0; }
    .headline h1 {
      font-size: 60px; }
    .headline h2 {
      font-size: 30px; }
  .loginScreen {
    padding: 0 10px;
  }
}
