html, body {margin: 0;padding: 0;height: 100% !important;overflow-x: hidden; display: flex;
}
.app{
  min-height: 100% !important;
  position: relative; 
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100vw;
}

.container_login {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1180px !important;
}

.gov-digital-title {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}
.system-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
}
.arte {
  width: 100%;
  max-width: 448px;
  /* max-width: 100%; */
  border-radius: 7px 0px 0px 7px;
  border: 1px solid #DADCE0;
}

.box-credentials {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 !important;
}

/* .box-login {
  width: 100%;
  max-width: 448px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
  border-radius: 0px 7px 7px 0px;
  padding: 25px;
  border: 1px solid #DADCE0;
  align-self: stretch;
} */

.box-login {
  width: 100%;
  height: 100%;
  max-width: 410px !important;
  background: #fff;
  padding: 25px;
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.login-box-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.text-color-login {
  color: rgb(0, 79, 159);
}

.alert.login-message {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 16px 8px 22px 16px !important;
  border-radius: 8px;
}

.alert.login-message .close {
  display: flex !important;
  position: relative;
  padding: 0px;
}

.alert.login-message.warning {
  border-left: 5px solid rgb(255, 123, 0);
  background-color: rgb(252, 240, 228);
  z-index: 0;
  position: relative;
}

.alert.login-message.error {
  border-left: 5px solid rgb(206, 37, 37);
  background-color: rgb(252, 228, 228);
  float: inline-start;
  z-index: 1;
  position: relative;
  max-width: 600px;
  padding-bottom: 8px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition-timing-function: 1.2s;
}

.alert.login-warning button i {
  color: rgb(10, 10, 10);
}

/* .alert-dismissible .close{
  position: relative !important;
  padding: 0 !important;
  outline: none !important;
} */

.alert.login-warning {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 16px 8px 22px 16px !important;
  border-radius: 8px;
  border-left: 5px solid rgb(255, 123, 0);
  background-color: rgb(252, 240, 228);
  color: rgb(206, 37, 37);
}

.form-label-login {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.btn-login-principal {
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border-radius: 6px;
  height: 42px;
  /* background: #0F4B91 !important; */
  background: rgb(0, 79, 159) !important;
  color: white;
  font-weight: bold;
}

.btn-login-cidadao {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  height: 42px;
  background: rgb(0, 79, 159) !important;
  color: white;
  font-weight: bold;
}

.btn-login-gestao {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  height: 42px;
  /* background: #0F6FB7 !important; */
  background: rgb(0, 79, 159) !important;
  color: white;
  font-weight: bold;
}

.btn-gov-br {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 100%;
  height: 42px;
}

.navbar-position {
    background: #fff;
    height: 80px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 7px;
}

.navbar-title {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: auto;
    font-size: 14pt;
    flex-direction: column;
    white-space: normal;
}

.navbar-icone-principal {
    font-size: 28pt !important;
    color: linear-gradient(180deg, #0F4B91 0%, #0F4B91 100%) !important
}

.navbar-style-links {
    color: rgb(0, 79, 159);
    width: 100%;
    max-height: 40px !important;
    display: flex;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    align-content: center !important;
}

.navbar-links-organizacao {
  width: 1040px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: auto;
}

.navbar-links-grupos {
    display: flex;
    gap: 32px;
}

.navbar-links-out  {
  color: rgb(0, 79, 159);
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
  margin: 0;
}

.navbar-links-out p {
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  text-transform: none;
}

.navbar-links-in {
  color: rgb(0, 79, 159);
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
}

.navbar-links-in:link {
  text-decoration: none;
}
.navbar-links-in:hover {
  text-decoration: none;
}
.navbar-links-in:visited {
  text-decoration: none;
}
.navbar-links-in:active {
  text-decoration: none;
}

.navbar-icone-gestao {
    font-size: 28pt !important;
    color: #004f9f !important;
}

.navbar-icone-cidadao {
    font-size: 28pt !important;
    /* color: #007C3C !important; */
    color: rgb(241, 193, 153) !important;
}

.navbar-style-principal {
    height: 80px !important;
    max-height: 80px !important;
    /* background: linear-gradient(180deg, #092C4C 0%, rgba(9, 44, 76, 0.9) 100%) !important; */
    /* background: linear-gradient(180deg, #0F4B91 0%, #0F4B91 100%) !important; */
    background-color: rgb(0, 79, 159) !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}

.navbar-style-gestao {
    height: 80px !important;
    max-height: 80px !important;
    /* background: #0F6FB7 !important; */
    background: rgb(0, 79, 159) !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}

.navbar-style-cidadao {
   height: 132px !important;
    max-height: 132px !important;
    padding-top: 0;
    padding-bottom: 70px;
    /* background: linear-gradient(180deg, #092C4C 0%, rgba(9, 44, 76, 0.9) 100%) !important; */
    /* background: linear-gradient(180deg, #0F4B91 0%, #0F4B91 100%) !important; */
    background-color: rgb(0, 79, 159) !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}


.cabecalho-box-login {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.image-placeholder {
  display: none;
  flex: 1 !important;
}

.image-placeholder img {
  height: 100%;
  width: 100%;
  display: flex !important;
  position: relative !important;
  
}

.logo {
    margin: auto;
    display: flex;
    padding: 30px;
    max-width: 600px;    
}

.form-control {
    border-radius: 6px;
    height: 48px;
    /* border-left: none; */
}

.border-line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #DADCE0;
   line-height: 0.1em;
   margin: 20px 0 20px;
   font-size: 12pt;
   color: #DADCE0;
}

.border-line span {
    background:#fff;
    padding:0 10px;
}

.input-group-text {
    background: #fff;
    border-radius: 0px;
    border-right: none;
}

.input-group-focus {
  border-radius: 0px;
  -webkit-transition: box-shadow ease-in-out .15s;
          transition: box-shadow ease-in-out .15s;
}
.input-group-text {
  -webkit-transition: border-color ease-in-out .15s;
          transition: border-color ease-in-out .15s;
}
.input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.has-error.input-group.input-group-focus,
.has-error .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}
.has-warning.input-group.input-group-focus,
.has-warning .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
}
.has-success .input-group.input-group-focus,
.has-success .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
}
.input-group-focus input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-focus select:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-focus .input-group-text {
  border-color: #80bdff !important;
  color: #80bdff !important;
}
.has-error .input-group-text {
  border-color: #843534 !important;
}
.has-success .input-group-text {
  border-color: #2b542c !important;
}
.has-warning .input-group-text {
  border-color: #66512c !important;
}

.box-icon-visibly{
    border: 1px solid #ced4da;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.box-main {
  max-width: 788px;
  width: 100%;
  height: auto;
  padding: 20px;
}

.color-icon {
  color: #0BB07B;
  font-size: 20px;
  margin: 0px 18px;
}

.box-info {
  margin: 10px;
}

.text {
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.title {
  font-weight: 700;
  font-size: 24px;
}

.sub-title {
  font-weight: 700;
}

.box-list-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  border-radius: 8px !important;
}

.card-body {
  padding-bottom: 10px !important;
}

.text-card {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: auto !important;
}


.card-list {
  width: auto;
  min-width: 336px;
  height: 56px;
  border: 1px solid #E7E9ED;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 6px 0px;
}

@media (max-width: 690px) {
  .card-list {
    width: 100%;
  }

  .logo {
    max-width: 400px;
  }
}

.box-footer-info {
  width: 100% !important;
  background-color: rgb(0, 79, 159) !important;
  padding: 4px 0 !important;

  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.container-footer {
  /* width: 100% !important; */
  /* display: flex !important;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1040px !important; */
  
  /* display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap; */


  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;

  /* width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 !important; */


  /* width: 100%;
  margin-bottom: 0px;
  height: 60px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
   */



  /* width: 100%;
  height: 100%;
  max-width: 448px;
  background: #fff;
  padding: 25px;
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  justify-content: center !important; */
}

.container-footer .text-footer {
  display: flex !important;
  height: 100%;
  margin: 0 !important;
  /* width: 100%; */
  flex: 1 !important;
  text-align: center;
  flex-direction: column !important;
  justify-content: center !important;
}

.container-footer p {
  color: white;
  margin: 0;
}

.image-footer {
  display: flex !important;
  height: 100%;
  margin: 0 !important;
  flex: 1 !important;
  justify-content: center !important;
  align-items: center !important;
  /* width: 100%; */
}

.image-footer img {
  /* display: flex !important; */
  transform: translateX(90%);
  height: 50% !important;
  max-height: 50px;
}

.navbar-style-organizacao {
  width: 100%;
  max-width: 1040px;
  height: 109px;
  margin: auto;
  display: flex;
  align-items: center;
  place-content: center space-between;
}

.navbar-style-organizacao img {
  height: 100%;
}

.social-media {
  display: flex;
}

.social-media-group {
  display: flex;
  align-items: center;
  gap: 10px; 
  margin-top: 45px;
}

.text-footer {
  font-size: 16px;
  margin: 16px;
}

.box-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-authorize {
  width: 121px;
  height: 48px;
  border: none;
  border-radius: 4px;
  background-color: #0F6FB7;
  color: #fff;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}


.btn-cancel {
  width: 121px;
  height: 48px;
  border-color: #0F6FB7;
  border-radius: 4px;
  color: #0F6FB7;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}

.btn-authorize:hover{
    filter: brightness(85%);
}

.btn-cancel:hover{
    background-color: #0F6FB7;
    color: #fff;
}

@media (min-width: 1024px) {
  .container_login {
      /* padding: 1rem !important; */
      border-radius: 8px !important;
      height: 100vh !important;
  }

  .image-placeholder {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      flex: 1 !important;
      height: 100% !important;
      width: 100% !important;
      /* max-height: 790px !important; */
  }

  .image-placeholder img {
      width: 100%;
      /* max-width: 663px !important; */
      height: 100%;
  }

}

@media (max-width: 1280px) {
  .social-media {
    display: none;
  }

  .navbar-style-organizacao {
    max-height: 85px;
  }
}

@media (max-width: 1012px) {
  .navbar-style-links {
    display: none;
  }
}

@media (max-width: 1024px) {
  .container-footer {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .image-footer img {
    transform: translateX(0%);
  }

}
