body {
  font-family: 'Barlow', Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
}

.home-container {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  padding: 2rem 21px;
}

.home-container .login-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #29ABE2;
}

.home-container .login-row p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-right: 1rem;
  padding-bottom: 0;
}

.home-container .login-row .button {
  background-color: #29ABE2;
  color: white;
  width: 14rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.section-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 4rem;
}

.logo-row, .footer-row {
  width: 100%;
}

.logo-row {
  margin-bottom: 2rem;
}

.footer-row {
  margin-top: 2rem;
}

.left-section {
  flex: 1;
  min-width: 300px;
}

.right-section {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.logo {
  max-width: 330px;
  margin-bottom: 20px;
}

.home-container h1,
.home-container h2,
.home-container h3,
.home-container h4,
.home-container p {
  margin: 0;
}

.home-container h1 {
  color: #253066;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 2rem;
}

.home-container h2 {
  color: var(--Text-Over-Background-Headline, #253066);
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  padding-bottom: 1rem;
}

.home-container h3 {
  color: #000;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 2rem;
}

.home-container p {
  color: #262626;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 2rem;
}

.feature_list {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  row-gap: 3.5rem;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
}

.feature_list li {
  max-width: 45%;
}

.feature_list li div {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}

.feature_list li div img {
  width: 32px;
  height: 32px;
}

.options {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 1.5rem;
  margin-top: 20px;
  flex-wrap: wrap;
}

.option {
  flex: 1;
  max-width: 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
}

.option img {
  padding-bottom: 1rem;
}

.option p {
  color: #262626;
  padding-bottom: 0;
}

.option a {
  margin-top: auto;
}

.button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 5px;
  color: white;
  text-align: center;
  width: 100%;
  background-color: #CBE8F4;
  color: #0E2E67;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.button:hover {
  opacity: 0.8;
}

.login-link {
  color: #0E2E67;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 0;
}

.login-link a {
  color: #3C78AC;
  text-decoration: none;
}

.daxko_logo {
  width: 140.247px;
  height: 32px;
}

.ca_logo {
  width: 213.697px;
  height: 32px;
}
.fusion-fullwidth {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  padding: 0;
}

#main {
  padding: 0 !important;
}

#main_content_vfp .fusion-builder-row {
  max-width: none !important;
  margin: 0 !important;
}

.login-form {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 600px;
  flex-direction:row;
  align-items: stretch;
}

.login-form label {
  flex: 1;
}

.login-form input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  box-sizing: border-box;
  background: #F2F2F2;
}

.login-form button {
  background-color: #29ABE2;
  box-sizing: border-box;
  color: white;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 0;
  height: 37px;
  width: 77px;
  margin-top: 19px;
}

/* Responsive Fixes */
@media (max-width: 968px) {
  .home-container .login-row {
    flex-direction: column;
  }

  .logo-row {
    margin-bottom: 1rem;
  }

  .home-container {
    align-items: center;
    text-align: center;
  }

  .section-container {
    flex-direction: column-reverse;
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .left-section,
  .right-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .options {
    flex-direction: column;
    align-items: center;
  }
  .right-section img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }
  .option {
    width: 80%;
    margin: 10px 0;
  }

  .demo_image {
    position: absolute;
    bottom: 0;
    left: 0%;
    max-width: 100%;
  }

  .feature_list {
    column-gap: 0.25rem;
    row-gap: 1rem;
    justify-content: center;
  }

  .feature_list li {
    max-width: 45%;
    text-align: left;
  }

  .feature_list li div {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
  }

  .login-form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    max-width: 100%;
  }

  .login-form label,
  .login-form input,
  .login-form button {
    width: 100%;
  }
}
