*,
html {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

body {
text-align: center;
  background: #eaf4ff;

    background-attachment:fixed;
    background-repeat: no-repeat;

    background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  overflow-x: hidden;
  padding-bottom: 80px;
}

body.home {
  padding-bottom: 0px;
}

button {
  border: none;
}

button.primary {
  background-color: white;
  position: relative;
  padding: 0.8rem 4.5rem;
  color: #001a49;
  font-weight: 700;
  -webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
          box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px transparent;
  border-radius: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(308.82deg, #00c6fb 38.82%, #005bea 158.55%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
          box-shadow: 2px 1000px 1px #fff inset;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 20px;
  cursor: pointer;
}

button.primary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}



button.Luke {
  background-color: darkcyan;
  position: relative;
  padding: 0.8rem 4.5rem;
  color: green;
  font-weight: 700;
  -webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
          box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px transparent;
  border-radius: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(308.82deg, #00c6fb 38.82%, #005bea 158.55%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
          box-shadow: 2px 1000px 1px #fff inset;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 20px;
  cursor: pointer;
}

button.Luke:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.home {
  height: calc(100vh - 80px);
}

.content {
    opacity: .9;
}

main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0px;




    background-color: white;
    padding: 30px;
    border-radius: 18px;
    min-width: 350px;
    max-width: 350px;

}

main .content.not-home-content {
  margin-top: 20px;
}

main .content .logo {
  width: 80%;
  max-width: 240px;
  margin-bottom: 10px;
}

main .content .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 150px;
  width: 100%;
}

main .content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .content .buttons a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 20px;
}

main .content .buttons a button {
  width: 100%;
}

main .content .buttons a:last-child {
  margin-bottom: 0px;
}

main .content footer {
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100px;
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100vw;
  padding: 10px;
}

main .content footer .company-logo {
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

main .content footer .company-logo img {
  max-height: 250px;
  width: 150px;
}

main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  padding: 30px;
  border-radius: 18px;
  min-width: 350px;
  margin: 20px;
  font-family: "Lato", sans-serif;
  color: #001a49;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

main .container * {
  margin-bottom: 20px;
}

main .container *:last-child {
  margin-bottom: 0px;
}

/*DESKTOP VIEW*/
@media only screen and (min-width: 1000px) {
  button {
    font-size: 18px;
  }
  main {
    margin: 0px 60px;
/*    width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
  }
  main .main-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 20px;
  }
  main .main-image img {
    width: 100%;
  }
  main.home .main-image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0px;
  }
  main .content {
    background-color: white;
    padding: 30px;
    border-radius: 18px;
    min-width: 350px;
    max-width: 350px;
  }

  main .content footer .company-logo {
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

}

/*MOBILE VIEW*/
@media only screen and (max-width: 1000px) {
  button {
    font-size: 18px;
  }
  main {
    margin: 0px 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
  }
  main .main-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 20px;
  }
  main .main-image img {
    width: 100%;
  }
  main.home .main-image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0px;
  }
  main .content {
    background-color: white;
    padding: 30px;
    border-radius: 18px;
    min-width: 350px;
    max-width: 350px;
  }
  main .content .logo {
    width: 80%;
    max-width: 240px;
  }
  main .content .logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  main .content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content .buttons a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  main .content .buttons a button {
    width: 100%;
    font-size: 18px;
  }
  main .content.not-home-content {
    min-width: 550px;
    max-width: 550px;
  }
  main .content footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100px;
    position: fixed;
    bottom: 0;
    background-color: white;
/*    width: 350px;*/
    padding: 10px;
  }
  main .content footer .company-logo {
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  main {
    margin: 0px 100px;
  }
}

@media only screen and (min-width: 1500px) {
  main {
    margin: 0px calc(100vw - 1450px);
  }
}

@media only screen and (min-width: 2000px) {
  main {
    margin: 0px 400px;
  }
}

@media only screen and (min-width: 3000px) {
  main {
    margin: 0px 1000px;
  }
}

@media only screen and (min-width: 3500px) {
  main {
    margin: 0px 1300px;
  }
}
