/* colors */
/* primary colors green */
/* $primary-color-light: #11AA33 */
/* $primary-color-base: #27C54D */
/* $primary-color-dark: #4DEB49 */
/* body */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
html, body {
  background-color: #ECF0F3;
  padding: 0;
  margin: 0;
  font-family: "Poppins", Roboto, sans-serif;
  color: #5E6981;
}

textarea:focus, input:focus {
  outline: none;
}

.header {
  width: 100%;
  margin: 0;
  background: #ECF0F3;
  box-shadow: 0 4px 4px #D2D8E5;
  height: 7rem;
}

.headerContainer, .subNavigation {
  width: 90%;
  padding: 0 2rem;
  margin: auto;
}

.footer {
  width: 100%;
  position: fixed;
  padding: 2rem 0 0;
  bottom: 0;
  height: 6rem;
  border-top: #27C5C5 solid 1px;
  background-color: #ECF0F3;
}

.navigation {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.subNavigation {
  display: flex;
  justify-content: space-around;
}
.subNavigation p {
  font-weight: 500;
  color: #9FA8BC;
}

.active {
  color: #5E6981 !important;
}

.navigationButtons {
  height: 4rem;
  width: 4rem;
  border: none;
  border-radius: 100px;
}

.activated {
  background: linear-gradient(135.48deg, #11A1AA 11.87%, #49EBE1 86.25%);
  border: 1px solid #27C5C5;
}

.confirmTimeContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmTimeContainer p {
  font-weight: 500;
}

.confirmTimeButton {
  height: 3rem;
  width: 3rem;
  background: #ECF0F3;
  box-shadow: -4.6696px -4.6696px 9.33921px #FFFFFF, 4.6696px 4.6696px 9.33921px #D2D8E6;
  border: none;
  border-radius: 100px;
}

.logoPlaceholder {
  height: 5rem;
}

/*.bodyLogin
 * background-image: url("/img/uk_dorset.jpg")
 * background-size: cover
 * background-color: $bkg-base */
/* opacity: 0.2 */
/*.bodyBackgroundColor
 *
 * opacity: 0.5 */
.loginMask {
  opacity: unset;
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 100vh;
  margin: auto;
  justify-items: center;
}
.loginMask p {
  /*font-family: Segoe UI, sans-serif */
  color: #5E6981;
  font-weight: 500;
}

.loginInputs {
  height: 4rem;
  padding: 0 20px;
  background: #ECF0F3;
  box-shadow: inset -4px -4px 8px #FFFFFF, inset 4px 4px 8px #D2D8E5;
  border-radius: 4px;
  border: none;
  color: #5E6981;
  font-family: "Poppins", Roboto, sans-serif;
  font-size: 22px;
}

/*# sourceMappingURL=login.css.map */
