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;
}

@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 {
    height: auto;
  }

  body > header div.site-logo > img {
    /* max-height: 120px; */
    width: 75%;
  }

}



body > main {
  /* justify-content: flex-end;
  flex-direction: column;
  align-items: stretch; */
  margin: 6rem auto;
  min-width: 360px;
  padding: 0 1rem;
  display: block;
  flex: 3 1 auto;
}

@media (max-width: 450px) {
  body > main {
    margin: 1rem auto;
    min-width: 260px;
  }
}

@media (max-width: 992px) {
  body > main {
    margin-top: 3rem;
  }
}


body > main > div.alert {
  text-align: center;
  cursor: pointer;
}

body > footer {
  /* position: absolute;
  bottom: 0;
  right: 0;
  left: 0; */
  /* text-align: center; */
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;

  /* padding: 1.5rem; */
  color: #AAA;
  background: #F8F8F8;
}

@media (max-width: 450px) {
  body > footer {
    font-size: 0.75rem;
  }
}

body > footer a {
  color: #333333;
  font-weight: 600;
}

div.sign-in-panel > form {
  /* box-shadow: 0 0 100px rgba(0, 0, 0, 0.12); */
  vertical-align: bottom;
  /* padding: 1rem; */
  /* background: #FCFCFC; */
}

@media (max-width: 450px) {
  div.sign-in-panel > form {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  div.sign-in-panel div.form-group {
    margin-bottom: 1rem;
  }
}

div.sign-in-panel input.form-control,
div.sign-in-panel input.form-control:hover,
div.sign-in-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-in-panel input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(145 226 213 / 23%);
}

div.sign-in-panel input.form-control::placeholder {
  font-weight: 400;
  color: #616161;
}

div.sign-in-panel input#username { background-image: url('/templates/trichoexpert/assets/images/input-username.png'); }
div.sign-in-panel input#password { background-image: url('/templates/trichoexpert/assets/images/input-password.png'); }

@media (max-width: 992px) {
  div.sign-in-panel label {
    font-size: 13px;
  }
}

button.sign-in-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:#286857;
  /* border-color: #75536F; */
  color: white;
  padding: 1rem 6rem 1rem 3rem;
  /* height: 56px !important; */
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  /* display: block; */
  margin: 0 auto;
  /* width: 100%; */
}

button.sign-in-button:hover, button.sign-in-button:focus {
  /* background-color: #79466F; */
  color: white;
}

button.sign-in-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 89, 126, 0.25);
}

@media (max-width: 992px) {
  button.sign-in-button {
    padding: 1rem 4rem 1rem 1rem;
    background-size: 40px;
    font-size: 14px;
  }
}
