﻿.postwrapper {
  padding: 0px !important;
}

.container {
  margin: 0px !important;
  padding: 0px !important
}

.register-loader {
  border: 4px solid #B9BFC3; /* Light grey */
  border-top: 4px solid #0077BA; /* Blue */
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
}

@media (min-width: 1400px) {


  .download_page-feature_block {
    display: flex;
    justify-content: center;
    column-gap: 67px;
  }

  .feature {
    width: 420px;
  }

  .download_page-content_block {
    margin: 100px auto 0px auto;
  }

  .download_page-customer_block {
    display: flex;
  }

  .customer_block-title {
    width: 550px;
    margin-right: 66px;
  }

  .review-testimony > .item {
    width: 924px;
  }
}

@media (max-width: 1400px) {
  .download_page-feature_block {
    margin: 0 auto;
  }

  .feature_block-draw {
    margin: 0 auto 20px auto;
  }

  .download_page-content_block {
    margin: 50px auto 0px auto;
  }

  .customer_block-title {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .feature {
    margin: 10px 20px;
  }

  .feature_block-draw {
    margin: 10px 20px;
  }
}

@media (min-width: 900px) {
  .feature_block-feature_wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 32px;
    row-gap: 65px;
    max-width: 840px;
  }

  .feature_block-draw {
    width: 550px;
  }
}


#error-msg-login {
  color: red;
  font: bold;
}

#error-msg {
  color: red;
  font: bold;
}

.error-cta {
  color: black;
}

#success-msg {
  color: green;
  font: bold;
}

.download_page {
  position: relative;
  font-family: "Noto Sans", sans-serif !important;
}

@media only screen and (max-width: 1000px) {
  .download_page-feature_block {
    display: flex;
    flex-direction: column;
  }

  .download_page-title_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .download_page-title_block__centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .title_block-title {
    padding: 30px 0px 20px 0px !important;
    text-align: center;
  }

  .title_block-subtitle {
    padding: 0px 30px 20px 30px !important;
    text-align: center;
  }

  .title_block-account {
    padding-top: 0px !important;
    padding-bottom: 20px;
  }

  .download_page-customer_block {
    flex-direction: column;
  }

  .feature_block-feature_wrapper {
    margin-top: 40px;
  }

  .customer_block-title {
    text-align: center;
  }

  .title_block-account {
    padding-top: 30px;
  }

  .title_block-cta {
    padding-left: 0px;
    justify-content: center;
  }

    .title_block-cta > a {
      justify-content: center;
      margin-bottom: 20px;
    }

  .title_block-intro {
    padding: 0px 20px;
  }
}

@media (min-width: 1000px) {
  .title_block-cta {
    padding-bottom: 40px;
  }

    .title_block-cta > a {
      padding-left: 190px;
    }
}


.download_page-title_block {
  display: flex;
  background-color: gray;
  background-image: url("/images/background/automation_hand.jpg");
  background-position: center;
  background-size: cover;
}

.download_page-title_block__centered {
  display: flex;
  justify-content: center;
  background-color: gray;
  background-image: url("/images/background/automation_hand.jpg");
  background-position: center;
  background-size: cover;
}

.title_block-title {
  font-size: 64px;
  color: #FFFFFF;
  padding: 100px 0px 20px 190px;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 87px;
}

.title_block-title__centered {
  font-size: 64px;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 90px 20px 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 87px;
}

.title_block-subtitle {
  font-size: 20px;
  padding: 0px 0px 20px 190px;
  color: #FFFFFF;
}

.title_block-subtitle__centered {
  font-size: 20px;
  margin: 0px auto 20px auto;
  color: #FFFFFF;
  text-align: center;
  max-width: 800px;
  letter-spacing: 0.4px;
}

.title_block-intro {
  flex: 2;
}

.title_block-account {
  flex: 2;
  margin: auto;
}


.title_block-cta__centered > a {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.title_block-cta__centered > a {
  color: #FFFFFF;
  font-size: 20px;
}

  .title_block-cta__centered > a:hover {
    color: #21c2f8
  }


.title_block-cta > a {
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  flex-wrap: nowrap;
}

  .title_block-cta > a:hover {
    color: #21c2f8
  }

.cta-block {
  transition: none;
}
  .cta-block:hover > .icon::before {
    color: inherit;
  }

.title_block-download {
  display: flex;
  justify-content: center;
}

.download-button {
  background-color: #FCCF0A;
  padding: 7px 25px 7px 25px;
  margin: 20px;
  color: #2F3538;
  font-weight: bold;
  font-size: 24px;
  border: 0px;
}

.icon {
  padding-right: 10px;
}




  .icon::before {
    content: "\f144";
    color: #FFFFFF;
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    text-transform: none;
  }





.feature_block-draw > a {
  color: #0077BA;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}


.draw-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 65px;
  color: #2F3538;
  width: 550px;
}

.draw-subtitle {
  font-size: 18px;
  color: #2F3538;
}



.feature > br {
  font-size: 20px;
}

.feature-img {
  margin-bottom: 17px;
}

  .feature-img > img {
    height: 45px;
  }

.feature-title {
  font-size: 32px;
  font-weight: bold;
  color: #2F3538;
}

.feature-subtitle {
  font-size: 18px;
  color: #2F3538;
  font-style: normal;
  margin-right: 30px;
}

.feature-cta > a {
  color: #0077BA;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}

.download_page-content_block {
  display: flex;
  flex-direction: column;
  max-width: 1540px;
}

.download_page-integration_block {
  background-color: #F3F4F4;
  padding: 40px;
  margin: 40px 0px 100px 0px;
}

.download_page {
  width: 100vw
}

.integration_block-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #2F3538;
}

.integration_block-subtitle {
  font-size: 18px;
  text-align: center;
  color: #2F3538;
}

.integration_block-cta {
  text-align: center;
}

  .integration_block-cta > a {
    color: #0077BA;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
  }

.account_block {
  display: flex;
  flex-direction: column;
  width: 435px;
  margin: 0px auto 0px auto;
}

.account_block__no_account {
}

.account_block-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  height: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  display: flex;
  align-items: center;
}


.account_block-text {
  padding: 11px;
  margin-top: 17px;
  font-size: 16px;
  border: 0px;
}


/* Put VisualCron to the test Streamline workflows, boost productivity, and move your organization forward with our automation, integration, and task scheduling tool for Windows. Download and start your free 30-day trial now. */




.account_block-checkbox {
  margin-top: 17px;
  border: 0px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  height: 45px;
  justify-content: space-between;
  align-items: center;
}

.account_block-register {
  color: #FFFFFF;
  align-self: center;
  margin-top: 20px;
}

  .account_block-register > a {
    color: #FFFFFF;
    text-decoration: underline;
  }

    .account_block-register > a:hover {
      color: #21C2F8 !important;
      text-decoration: underline;
    }

.account_block-cta {
  text-align: center;
  align-self: center;
  margin-top: 150px;
}

  .account_block-cta > input {
    background-color: #FCCF0A;
    width: 250px;
    padding: 10px 0px;
    color: #2F3538;
    font-weight: bold;
    font-size: 24px;
    border: 0px;
  }

.account_block-login {
  color: #FFFFFF;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

  .account_block-login > a:hover {
    color: #21C2F8 !important;
    text-decoration: underline;
  }

.account_block-register {
  color: #FFFFFF;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

.account_block-message {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: height 0.5s ease, opacity 0.75s ease;
  /* Flexbox to center content */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  flex-direction: column; /* In case you have multiple elements stacked vertically */
}

  /* Class that triggers the grow and fade-in effect */
  .account_block-message.active {
    opacity: 1;
    height: 5em;
    padding: 1em;
  }





.account_block-login > a {
  color: #FFFFFF;
  text-decoration: underline;
}

.checkbox-box {
  margin: 0px !important;
  height: 18px;
  width: 18px;
}

.checkbox-label {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  letter-spacing: 0.3px;
}


.customer_block-title {
  font-size: 48px;
  font-weight: bold;
  color: #2F3538;
}

.customer_block-review {
  font-size: 20px;
  color: #2F3538;
  min-height: 50px;
}

.review-testimony {
  background-color: #DFF5FC;
  height: 300px;
}

  .review-testimony > .item {
    justify-content: center;
    align-content: center;
    margin: 0px 30px;
    height: 300px;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #2F3538;
  }

.review-indicators > li {
  border-radius: 0px !important;
  width: 70px !important;
  height: 5px !important;
  background-color: #B9BFC3 !important;
}

  .review-indicators > li.active {
    width: 70px !important;
    height: 5px !important;
    background-color: #60717B !important;
    margin: 1px !important;
  }

.review-indicators {
  position: relative !important;
  top: 0px;
}



.download_page-cta {
  margin-top: 50px;
  padding: 60px;
  background-image: url("/images/background/automation.jpg");
  background-position: center;
  background-size: cover;
}

  .download_page-cta > br {
    font-size: 18px;
  }

.cta-title {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.cta-subtitle {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}

.cta-cta {
  text-align: center;
  margin-top: 60px;
}

  .cta-cta > a {
    background-color: #FCCF0A;
    padding: 10px 20px 10px 20px;
    color: #2F3538;
    font-weight: bold;
    width: 250px;
    height: 45px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #2F3538;
  }
