html { height: auto; }

body {
  font-family: 'Roboto', sans-serif;
  overflow-y: auto !important;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  body {
    font-size: 12px;
  }
}

a, a:visited {
  color: #4c8685;
}

body > header {
  padding: 3rem 0 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  height: 320px;
}

body > header div.site-logo {
  text-align: center;
  padding: 0 2rem;
}

body > header div.site-logo > img {
  display: inline-block;
  height: auto;
  width: 100%;
}

body > header div.site-logo > div {
  font-family: "Open Sans";
  font-weight: 400;
  margin-top: 1rem;
  font-size: 16px;
  color: #CDFFED;
}

@media (max-width: 992px) {
  body > header div.site-logo > img {
    width: 75%;
  }
}

@media (max-width: 450px) {
  body > main {
    min-width: 260px;
  }
}

body > main {
  /* justify-content: flex-end;
  flex-direction: column;
  align-items: stretch; */
  /* margin: 6rem auto; */
  min-width: 360px;
  /* padding: 0 3rem; */
  display: block;
  /* flex: 3 1 auto; */
}

@media (max-width: 992px) {
  body > main {
    /* margin-top: 3rem; */
  }
}

body > footer {
  /* position: absolute;
  bottom: 0;
  right: 0;
  left: 0; */
  /* text-align: center; */
  font-size: 0.95rem;
  font-weight: 600;
  /* padding: 1.5rem; */
  color: #AAA;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 450px) {
  body > footer {
    font-size: 0.75rem;
  }
}

body > footer a {
  color: #333333;
  font-weight: 600;
}

div.sign-up-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
}

div.sign-up-panel > form {
  /* box-shadow: 0 0 100px rgba(0, 0, 0, 0.12); */
  vertical-align: bottom;
  /* padding: 1rem; */
  /* background: #FCFCFC; */
}

div.sign-up-panel div.form-group {
  margin-bottom: 1.8rem;
}

@media (max-width: 992px) {
  div.sign-up-panel div.form-group {
    margin-bottom: 1rem;
  }
}

div.sign-up-panel input.form-control,
div.sign-up-panel input.form-control:hover,
div.sign-up-panel input.form-control:focus {
  height: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 26px 10px 45px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #8c8c8c;
  font-weight: bold;
  color: #606060;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 13px center;
}

div.sign-up-panel input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(145 226 213 / 23%);
}

div.sign-up-panel input.form-control::placeholder {
  font-weight: 400;
  color: #616161;
}

@media (max-width: 992px) {
  div.sign-up-panel label {
    font-size: 13px;
  }
}

button.sign-up-button {
  /* background-color: rgba(255, 255, 255, 0.2); */
  /* background-image: url('/templates/trichoexpert/assets/images/sign-in-button-icon.png'); */
  /* background-repeat: no-repeat; */
  /* background-position: right center; */
  background-color: #29403f;
  color: white;
  padding: 1rem 3rem 1rem 3rem;
  /* height: 56px !important; */
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  /* border: 2px solid white; */
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
  /* display: block; */
  margin: 0 auto;
  /* width: 100%; */
}

button.sign-up-button:hover, button.sign-up-button:focus {
  /* background-color: #79466F; */
  color: white;
}

button.sign-up-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 89, 126, 0.25);
}

@media (max-width: 992px) {
  button.sign-up-button {
    /* padding: 1rem 4rem 1rem 1rem; */
    /* background-size: 40px; */
    font-size: 14px;
  }
}

div.footer-buttons a, div.footer-buttons button {
  background: #29403f;
  /* linear-gradient(180deg,rgba(243, 234, 207, 1) 0%, rgba(170, 157, 119, 1) 100%); */
  color: white;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  /* border: 2px solid white; */
  /* box-shadow: 0px 0px 4px rgb(0 0 0 / 25%); */
  margin: 0 auto;
}
