.landing-container {
  color: #616161;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 100vh;
}

.landing-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  align-items: center !important;
  justify-content: center;
}

.landing-logo {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;

  img {
    width: 260px;
  }
}

@media screen and (min-width: 750px) {
  .landing-separator {
    width: 1px;
    background-color: #aaa5a4;
    height: 180px;
    margin-right: 80px;
    margin-left: 80px;
  }
}

.landing-welcome {
  display: block;
  text-align: center;

  h1 {
    font-weight: normal;
    margin-top: 0;
    white-space: pre;
  }
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

.ui-widget {
  font-size: 12px !important;
}

.landing-btn {
  background: #004077;
  border-color: #004077;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  width: 270px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
  height: 38px;
}

.landing-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
}
