.emr-acesso-page {
  background: #004F36;
  display: flex;
  position: relative;
  overflow: hidden;
}

#emr-acesso .emr-acesso-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#emr-acesso .emr-acesso-geral {
  display: flex;
  align-items: center;
  justify-content: center;
}

#emr-acesso .emr-acesso-header {
  max-width: 550px;
  position: absolute;
  width: 550px;
  right: 50%;
  top: 20%;
  padding: 30px 0px;
}

#emr-acesso .emr-bg-base {
  position: relative;
  display: block;
  width: 100%;
  min-height: 777px;
  opacity: 1;
}

#emr-acesso .emr-square-base {
  position: relative;
  display: block;
  width: 100%;
}

#emr-acesso .emr-acesso-img-retangulo {
  display: block;
  margin: 0;
  margin-bottom: 25px;
}

#emr-acesso .emr-bg-mid {
  display: none;
}

#emr-acesso .emr-square-mid {
  display: none;
}

#emr-acesso .emr-bg-small {
  display: none;
}

#emr-acesso .emr-square-small {
  display: none;
}

#emr-acesso .emr-header-logo-base {
  margin-bottom: 24px;
}

#emr-acesso .emr-acesso-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 70px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

#emr-acesso .emr-acesso-text {
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 450px;
}

#emr-acesso .emr-acesso-pergunta {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#emr-acesso .emr-acesso-login {
  position: absolute;
  left: 56%;
  width: 500px;
  bottom: 0;
  border-radius: 16px;
  top: 17%;
}

#emr-acesso .emr-acesso-form-title {
  color: var(--cinzas-58595-b, #58595b);
  font-family: "Helvetica";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#form-login-emr label {
  color: #020810;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 7px;
  margin-bottom: 10px;
}

#form-login-emr input {
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  margin-bottom: 14px;
  height: 44px;
  font-size: 15px;
}

#emr-acesso .form-group {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  align-items: center;
  color: #a9aba3;
  margin: 15px 0;
}

#emr-acesso .forgot-password {
  color: #35BD78;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
  text-align: right;
  display: block;
}

#emr-acesso .btn {
  border-radius: 8px;
  background: #35BD78;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: none;
  width: 100%;
  height: 45px;
  margin-bottom: 26px;
}
#emr-acesso .btn:hover {
  background: #217048;
}

#emr-acesso #form-login-emr {
  padding: 20px 15px;
  top: 6%;
  margin: 5px 18px;
  position: absolute;
  width: 460px;
  height: 415px;
  bottom: 0;
  border-radius: 16px;
  background-color: #fff;
}

#emr-acesso .create-account {
  color: #35BD78;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
  margin-top: 10px;
}

#emr-acesso .create-account2 {
  display: none;
}

footer#application-footer {
  background-color: #161616;
}

@media (min-width: 577px) and (max-width: 1080px) {
  #emr-acesso .emr-acesso-wrapper {
    width: 100%;
  }

  #emr-acesso .emr-bg-base {
    position: relative;
    display: none;
  }

  #emr-acesso .emr-square-base {
    position: relative;
    display: none;
  }

  #emr-acesso .emr-bg-mid {
    display: block;
    width: 100%;
  }

  #emr-acesso .emr-square-mid {
    display: block;
    width: 42vw;
    height: 57vw;
  }

  #emr-acesso .emr-bg-small {
    display: none;
  }

  #emr-acesso .emr-square-small {
    display: none;
  }

  #emr-acesso .emr-acesso-header {
    padding: 5vw 3vw;
    width: 48%;
  }

  #emr-acesso .emr-acesso-title {
    font-size: 3.917vw;
    max-width: 41.556vw;
    margin-bottom: 1.918vw;
  }

  #emr-acesso .emr-acesso-title span {
    font-size: 3.837vw;
    line-height: 2.639vw;
  }

  #emr-acesso .emr-acesso-text {
    font-size: 2.19vw;
    max-width: 39.7vw;
    line-height: 140%;
    margin-bottom: 3.837vw;
  }

  #emr-acesso .emr-acesso-pergunta {
    font-size: 1.918vw;
  }

  #emr-acesso #form-login-emr {
    padding: 2.878vw;
    width: 38vw;
    height: 48vw;
  }

  #form-login-emr input {
    height: 5vw;
  }

  #emr-acesso .form-group {
    font-size: 2.278vw;
    margin: 1.5vw 0;
  }

  #emr-acesso .forgot-password {
    font-size: 1.559vw;
    margin-bottom: 3vw;
  }

  #emr-acesso .btn {
    padding: 1.799vw 2.398vw;
    font-size: 3.237vw;
  }

  #emr-acesso .create-account {
    font-size: 1.559vw;
  }

  #emr-acesso .create-account2 {
    display: none;
  }

  #emr-acesso .btn {
    padding: 1.918vw 2.878vw;
    font-size: 1.918vw;
    letter-spacing: 0.32px;
    margin-bottom: 2vw;
  }

  #emr-acesso .emr-acesso-login {
    max-width: 42vw;
    right: 3.957vw;
    width: 42vw;
    bottom: 7.748vw;
    height: 76%;
  }

  #emr-acesso .emr-acesso-form-title {
    font-size: 3.957vw;
    font-style: normal;
  }
}

@media (max-width: 675px) {
  #emr-acesso #form-login-emr {
    height: 51vw;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .emr-acesso-page {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
  }

  #emr-acesso .emr-bg-base {
    display: none;
  }

  #index {
    margin-top: unset;
  }

  #emr-acesso .emr-square-base {
    display: none;
  }

  #emr-acesso .emr-bg-mid {
    display: none;
  }

  #emr-acesso .emr-square-mid {
    display: none;
  }

  #emr-acesso .emr-bg-small {
    display: block;
    position: relative;
    width: 100%;
    height: 260vw;
  }

  #emr-acesso .emr-square-small {
    display: block;
    position: relative;
    width: 88%;
    height: 138vw;
    margin: 0 auto;
  }

  #emr-acesso .emr-acesso-geral {
    display: unset;
  }

  #emr-acesso .emr-acesso-header {
    padding: 4vw 7vw 8vw;
    width: 100%;
    flex: none;
    position: absolute;
    top: 26vw;
    left: 0;
    max-width: 100%;
    overflow: hidden;
  }

  #emr-acesso .emr-acesso-img-retangulo {
    margin: 0;
    margin-bottom: 7vw;
  }

  #emr-acesso .emr-acesso-title {
    font-size: 8.889vw;
    line-height: normal;
    margin-bottom: 6.667vw;
    max-width: 72vw;
  }

  #emr-acesso .emr-acesso-title span {
    font-size: 8.889vw;
    line-height: 10.556vw;
  }

  #emr-acesso .emr-acesso-text {
    font-size: 4.8vw;
    line-height: normal;
    margin-bottom: 7vw;
    max-width: 85.556vw;
  }

  #emr-acesso .emr-acesso-pergunta {
    font-size: 4.444vw;
    line-height: 184.58%;
    margin-bottom: 12.5vw;
    margin-right: 1vw;
  }

  #emr-acesso .form-group {
    font-size: 5.278vw;
    line-height: 6.111vw;
    margin: 3vw 0;
  }

  #emr-acesso .forgot-password {
    font-size: 4.444vw;
    line-height: normal;
    margin-bottom: 2vw;
  }

  #form-login-emr input {
    height: 10vw;
    border-radius: 2.222vw;
    font-size: 4.444vw;
  }

  #emr-acesso .btn {
    padding: 4.167vw 5.556vw;
    font-size: 7.5vw;
    margin-bottom: 3.611vw;
    margin-top: 3.611vw;
  }

  #emr-acesso .emr-acesso-login {
    width: 100%;
    height: unset;
    right: 0;
    left: 0;
    top: 100vw;
    bottom: 0;
  }

  #emr-acesso .form-control {
    margin-bottom: 3.611vw;
    width: 100%;
  }

  #emr-acesso .create-account {
    font-size: 4.444vw;
    padding-left: 4.167vw;
    margin-bottom: 3.611vw;
  }

  #emr-acesso .create-account2 {
    display: none;
  }

  #emr-acesso #form-login-emr {
    padding: 10vw 6vw;
    width: 100vw;
    top: 51vw;
    height: 110vw;
    margin: unset;
    border-radius: unset;
  }

  #emr-acesso .btn {
    padding: 0 6.667vw;
    font-size: 4.444vw;
    letter-spacing: 0.32px;
    height: 16vw;
  }

  #emr-acesso .emr-acesso-form-title {
    font-size: 6.667vw;
    font-style: normal;
  }

  #emr-acesso .emr-acesso-wrapper {
    margin: unset;
  }
}