@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-style: normal;
  src: url(resources/fonts/fa-solid-900.woff) format('woff'), url(resources/fonts/fa-solid-900.woff2) format('woff2'), url(resources/fonts/fa-solid-900.ttf) format('truetype'), url(resources/fonts/fa-solid-900.svg#fontawesome) format('svg');
}

@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 400;
  src: url(resources/fonts/titillium-web-v6-latin-regular.woff) format('woff'), url(resources/fonts/titillium-web-v6-latin-regular.woff2) format('woff2');
}

html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Titillium Web, Arial, sans-serif;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.container {
  height: 100vh;
  overflow-y: hidden;
}

.fixed {
  height: 100%;
  overflow: hidden;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #163857;
}

.landing-page {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding-top: 20px;
}

.landing-bg {
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: hidden;
  position: absolute;
  filter: blur(5px);
  bottom: 0;
  background: url('../img/lab-bg.jpg') no-repeat center center fixed;
  opacity: 0.7;
  left: 0;
  background-size: cover;
}

.landing-blue {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  height: 100%;
  background: #5a94c0;
}

.logo-container {
  padding-top: 40px;
  margin: 0 auto;
  width: 250px;
}

.vlogo {
  z-index: 2;
  opacity: 1;
}

.vlogo p {
  font-family: Titillium Web, Arial, sans-serif;
  font-variant: normal;
  font-weight: 600px;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.vlogo p:first-of-type {
  letter-spacing: 7px;
  color: #54616c;
  font-size: 37px;
}

.vlogo p:last-of-type {
  letter-spacing: 5px;
  color: #136fb8;
  font-size: 20px;
}

.vlogo svg {
  width: 250px;
  height: auto;
}

.form-container {
  width: 1024px;
  height: 60vh;
  margin: 0 auto;
  position: relative;
  min-height: 700px;
  box-shadow: 0px 0px 51px 2px rgba(0,0,0,0.34);
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.99;
}

.form-options {
  width: 80%;
  display: flex;
  flex-direction: row;
}

.form-options form {
  width: 100%;
  align-items: center;
}

.login-title {
  line-height: 1.2;
  padding-bottom: 30px;
  font-family: Titillium Web, Arial, sans-serif;
  margin: 0;
  text-align: center;
  font-weight: 600px;
  font-size: 37px;
  letter-spacing: 4px;
  font-variant: normal;
  padding-top: 20px;
}

.login-button {
  width: 200px;
  margin: 5px;
  border: none;
  padding: 9px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  background-color: rgb(20, 20, 20);
  border-radius: 4px;
  transition: all 0.5s;
  color: #FFFFFF;
}

.login-button:hover span {
  padding-right: 25px;
}

.login-button:hover span:after {
  opacity: 1;
  right: 0;
}

.login-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.login-button span:after {
  font-family: 'Font Awesome 5 Free';
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 20px;
}

.iam {
  text-align: center;
}

.iam img {
  width: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.iam img:hover {
  filter: grayscale(0%);
  -webkit-filter: none;
}

.plap-authentication {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

.plap-authentication .info {
  padding: 10px;
  width: 40%;
  height: calc(100% - 20px);
  min-height: calc(100% - 20px);
  border-right: 1px solid #14334f;
  background: rgba(20, 20, 20, 0.8);
}

.plap-authentication .auth {
  padding: 10px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap-input {
  margin-bottom: 23px;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  min-height: 80px;
}

.label-input {
  font-family: Titillium Web;
  color: #333;
  line-height: 1.5;
  padding-left: 7px;
}

.text-input {
  line-height: 1.2;
  width: 100%;
  font-family: Titillium Web;
  height: 55px;
  padding: 0 7px 0 43px;
  font-size: 16px;
  display: block;
  background: transparent;
  color: #333;
}

.focus-input {
  font-family: 'Font Awesome 5 Free';
}

.focus-input::before {
  width: 0;
  font-family: 'Font Awesome 5 Free';
  height: 2px;
  position: absolute;
  content: '';
  display: block;
  bottom: -2px;
  transition: all 0.4s;
  background: #7f7f7f;
  left: 0;
}

.focus-input::after {
  justify-content: center;
  font-family: 'Font Awesome 5 Free';
  height: calc(100% - 20px);
  align-items: center;
  position: absolute;
  content: attr(data-icon);
  font-size: 22px;
  display: flex;
  bottom: 0;
  color: #adadad;
  padding-left: 13px;
  padding-top: 3px;
  left: 0;
}

.text-input:focus + .focus-input::before {
  width: 100%;
}

.has-val.text-input + .focus-input::before {
  width: 100%;
}

.text-input:focus + .focus-input::after {
  color: #136fb8;
}

.has-val.text-input + .focus-input::after {
  color: #136fb8;
}

input {
  outline: none;
  border: none;
}

input::placeholder {
  color: #adadad;
}

input:autofill {
  box-shadow: 0 0 0 30px white inset !important;
}

input:focus {
  border-color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea {
  outline: none;
  border: none;
}

textarea::placeholder {
  color: #adadad;
}

textarea:focus {
  border-color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

.info-text {
  color: white;
  padding: 20px;
}

.info-text h4 {
  color: white;
}

.info-text p {
  color: white;
}

.message {
  font-weight: 500;
}

.error {
  padding: 5px 0px 5px 5px;
  border-radius: 4px;
  color: rgba(255, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ffa39e;
  background-color: #fff1f0;
  margin-bottom: 10px;
}

.stretch {
  width: 100%;
}

.stretch form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-member {
  width: 70%;
  margin: 0 auto;
  border: 1px solid white !important;
  padding: 20px;
  flex-direction: row;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: lemonchiffon;
  border-radius: 5px;
  display: flex;
}

.location-member span.fas {
  font-family: 'Font Awesome 5 Free';
}

.location-member:hover {
  border: 1px solid #434344 !important;
  cursor: pointer;
}

.fa-clinic-medical::after {
  margin-right: 20px;
  text-decoration: none;
  content: '\f7f2';
}

.org-info {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 600;
}

.remember-location {
  width: calc(70% + 40px);
  margin-bottom: 23px;
}

.scroll-members {
  overflow-y: auto;
  width: calc(70% + 40px);
  height: 35vh;
}

.checkmark-circle {
  min-width: 24px;
  width: 24px;
  justify-content: center;
  height: 24px;
  border: 2px solid black;
  align-items: center;
  align-self: center;
  min-height: 24px;
  margin-left: auto;
  border-radius: 50%;
  display: flex;
  background: transparent;
}

.checkmark {
  display: hidden;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.twofa .twofa-step {
  font-size: 15;
  font-weight: 600;
}

.twofa .twofa-s {
  display: flex;
}

.twofa .store {
  margin-top: 8px;
  margin-bottom: 8px;
}

.twofa .stores {
  display: flex;
  align-items: center;
}

.twofa a {
  display: block;
  text-decoration: none;
}

.twofa ol {
  padding-inline-start: 0px;
}

.twofa .twofa-qr {
  display: flex;
}

.twofa .twofa-qr img {
  max-width: 125px;
}

.twofa .copy-button {
  border-radius: 4px;
  border: none;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin: 5px;
}

.twofa .copy-button:hover {
  opacity: 0.6;
}

.terms-and-conditions .decline-button {
  width: 200px;
  border: none;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background-color: rgb(100, 100, 100);
  border-radius: 4px;
  transition: all 0.5s;
  color: #FFFFFF;
}

.terms-and-conditions .terms-container {
  overflow-y: scroll;
  border: 1px solid #adadad;
  height: 360px;
  padding: 6px;
  margin: 2px 0;
  font-size: 0.9em;
}

.terms-and-conditions .items {
  font-size: 0.8em;
}

@media (max-width: 1024px) {

  
  
  
  
  .plap-authentication .info {
    display: none;
  }
  
  .form-container {
    width: 90%;
    height: 80%;
    min-height: 80%;
    overflow: scroll;
  }
  
  
  
  .plap-authentication .auth {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    min-height: calc(100% - 20px);
    overflow: hidden;
  }
  
  .stretch {
    overflow: scroll;
  }
  
  .form-options {
    width: 100%;
    min-width: 100%;
    min-height: 300px;
  }
  
  .text-input {
    width: calc(100% - 20px);
  }
  
  .login-title {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 30px;
  }
  
  .wrap-input {
    margin-bottom: 15px;
  }
  
  .iam {
    text-align: center;
  }
  
  
  
  .iam img {
    width: 50%;
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  
  
  
  .iam iam:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
  }
  
  
  
  .twofa ol {
    padding-inline-start: 16px;
  }
  
  
  
  .terms-and-conditions .terms-container {
    overflow-y: scroll;
    height: 300px;
  }
  
  .terms-and-conditions .items {
    font-size: 0.8em;
  }

}