html, body {margin: 0;padding: 0;height: 100% !important;overflow-x: hidden; display: flex;
}
.app{min-height: 100% !important;position: relative;}

.container_login {
  display: flex;
  margin-top: 20px !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.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;
}

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

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

.form-label-login {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  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: 0px;
  height: 42px;
  background: #092C4C !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: #94C120 !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;
  color: white;
  font-weight: bold;
}

.btn-gov-br {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  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, #092C4C 0%, rgba(9, 44, 76, 0.9) 100%) !important
}

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

.navbar-icone-cidadao {
    font-size: 28pt !important;
    color: #94C120 !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;
    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;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}

.navbar-style-cidadao {
    height: 80px !important;
    max-height: 80px !important;
    background: #94C120 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}


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

.logo {
    margin: auto;
    display: flex;
    padding: 20px;
    max-width: 350px;
}

.form-control {
    border-radius: 0px;
    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;
}

.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%;
  }
}

.box-footer-info {
  border: 1px solid #E7E9ED;
  border-radius: 4px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 47px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}
