
@font-face {
  font-family: OpenSans;
  src: url('https://semperplan.com/etc/fonts/open-sans/OpenSans-Regular.ttf');
}
body {
  /* background-color: rgb(151, 104, 162); */
  font-family: OpenSans;
}

body h1,h2,h3,h4,h5,h6 {
  color: rgb(55, 55, 55);
}
ul {
  color: rgb(55, 55, 55);
}

.background-image {
  background-image: url('https://semperplan.com/imgs/site/signin-background-min.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;

}


.main-container {
  width: 35em;
  height: 25em;
  border-radius: 10px;
  background-color: white;
  margin: 100px auto 0 auto;
  bottom: 0;
}


.company-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-icon {
  background-image: url('https://semperplan.com/imgs/site/faviconV6.ico');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid white;

  margin-top: -50px;



  /* top: 25px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  margin-left: auto;
  margin-right: auto; */

}

.footer {
  width: 75%;
  height: 4em;

  bottom: 15px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  margin-left: auto;
  margin-right: auto;
}

.divider-line {
  background-color: lightgray;
  height: 1px;
  width: 100%;
}

.external-link {
  color: rgb(151, 104, 162);
  text-decoration: none;
}

.external-link:visited {
  color: rgb(151, 104, 162);
}

.company-name {
  color: gray;
  float: left;
}

.privacy-policy {
  float: right;
}

.content {
  height: 90%;
  padding: 2%;
}

.standard-button {
  margin: 0 auto;
  width: 10em;
  height: 2em;
  border-radius: 4px;
  background-color: rgb(151, 104, 162);
  text-align: center;
  line-height: 2em;
  font-size: 1em;
  color: white;
  font-family: OpenSans;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.silent-link {
  color: white;
  text-decoration: none;
}




/* resize the navbar for mobile (iPhone 8 plus and smaller) */
@media (max-width: 736px) {

  .main-container {
    width: 95%;
    height: 26em;
  }

  .privacy-policy {
    font-size: 12px;
  }

  .company-name {
    font-size: 12px;
  }

}

.input-fields{
	text-align: center;
}

.signin {
  width: 13.5em !important;
}

.forgot-link {
  text-align: center;
  color: black;
  margin: 0 auto;
}
