#org-install-page * {
    font-family: 'Lato' !important;
}

#org-install-page {
  background-image: url('../images/org-install-background-left.png'), url('../images/org-install-background-right.png');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 30%;
}

#org-install-page.no-background {
  background: none;
}

#org-install-page .main-container {
  max-width: 400px;
  top: 327px;
  margin-top: 8%;
}

#org-install-page .org-install-navbar {
  background-color: #2c3346;
  margin-bottom: 15px;
}

#org-install-page .org-install-navbar-text {
  font-weight: bold;
  color: #ffffff;
  margin-left: 10px;
}

#org-install-page .workast-logo {
  width: 30px;
  height: 30px;
}

#org-install-page .page-title {
  margin-top: 35px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}

#org-install-page .page-subtitle {
  font-size: 16px;
  color: #8c8c8c;
}

#org-install-page .description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #595959;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#org-install-page .description .highlight {
  font-weight: 700;
}

#org-install-page .btn-org-install {
  width: 303px;
  height: 35px;
  left: 573px;
  top: 416px;
  background: #5986FF;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
}

/* Media queries */
@media all and (max-width: 767px) {
  #org-install-page .org-install-navbar {
    margin-bottom: 21px;
    display: none;
  }

  #org-install-page .main-container {
    padding-bottom: 21px;
    border: none;
    box-shadow: none;
    padding-left: 10%;
    padding-right: 10%;

  }

  #org-install-page .page-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  #org-install-page .lg-header, .org-install-navbar-lg {
    display: none;
  }

  #org-install-page .button-row {
    margin-top: 18px;
    line-height: 20px;
    font-size: 16px;
  }

}

@media all and (min-width: 768px) {
  #org-install-page .sm-header, .org-install-navbar-sm {
    display: none;
  }
}
