body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-340 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-340 a {
    text-decoration: none;
    display: inline-block;
    outline: none; }
  .default-1-340 .no-padding {
    padding: 0px !important; }
  .default-1-340 .no-margin {
    margin: 0px !important; }
  .default-1-340 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 500ms ease-in-out;
    top: 0px;
    left: 0; }
  .default-1-340 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-340 .row-eq-height:before, .default-1-340 .row-eq-height:after {
    display: inline-block; }
  .default-1-340 .alt {
    display: flex; }
  .default-1-340 .account-content-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: relative; }
  .default-1-340 .account-content-bg-img {
    width: 100%;
    height: 727px;
    object-fit: cover;
    margin: 0px; }
  .default-1-340 .account-content {
    width: 100%;
    float: left;
    margin: 0px;
    background: rgba(45, 66, 128, 0.95);
    padding: 5rem 4rem 0rem; }
  .default-1-340 .account-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 2.5rem 0;
    color: #FFF;
    font-size: 5rem;
    line-height: normal;
    font-weight: 300; }
  .default-1-340 .account-desc {
    width: 100%;
    display: inline-block;
    margin: 0px 0 1rem 0;
    color: #FFF;
    font-size: 20px;
    line-height: normal;
    font-weight: 300; }
  .default-1-340 .create-account {
    width: 100%;
    float: left;
    margin: 0px;
    background: #FFFFFF;
    padding: 5rem 4rem 0rem; }
  .default-1-340 .create-account-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5px 0;
    color: #333333;
    font-size: 24px;
    font-weight: 400; }
  .default-1-340 .create-account-sub-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    color: #818181;
    font-size: 14px; }
  .default-1-340 .account-input-box {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0; }
    .default-1-340 .account-input-box label {
      width: 100%;
      margin: 0px 0 5px 0;
      font-size: 17px;
      color: #818181;
      font-weight: 600; }
    .default-1-340 .account-input-box input {
      outline: none;
      background: #FCFCFC;
      color: #818181;
      font-size: 15px;
      font-weight: 400;
      border: 1px solid #dbdbdb;
      border-radius: 2px;
      padding: 1.5rem 1.3rem;
      line-height: normal;
      width: 100%; }
    .default-1-340 .account-input-box .radio-button {
      width: auto;
      margin: 1.8rem 1rem 0 0rem;
      vertical-align: -2px; }
  .default-1-340 .continue-btn {
    text-decoration: none;
    display: inline-block;
    margin: 1.8rem 0 4rem 0;
    padding: 1.5rem 3rem;
    line-height: normal;
    cursor: pointer;
    background: #3A5BF2;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .default-1-340 .account-content-bg-img {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    .default-1-340 .account-content {
      padding: 5rem 1.5rem 0rem; }
    .default-1-340 .create-account {
      padding: 5rem 1.5rem 0rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
