@import 'colors.css';

html, body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    overflow-x: hidden;
    display: flex;
    font-family: "Inter", Sans-Serif !important;
}

input {
    border-radius: 6px !important;
    border-color: var(--gray-300) !important;
    height: 38px !important;
    box-shadow: 0px 1px 2px 0px #0000000D !important;
    color: var(--gray-600) !important;
}

input:not([type=checkbox]) {
    background-color: var(--gray-50) !important;
}

input[type=checkbox]:hover {
    cursor: pointer !important;
}

input:focus {
    box-shadow: none !important;
}

.footer button {
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.footer {
    font-size: 14px !important;
    color: var(--gray-600) !important;
    text-decoration: none !important;
}

.footer p {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
}

.footer p a {
    text-decoration: none !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.row {
    gap: 20px 0 !important;
}

.form-group div {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 4px  !important;
}

.form-group div small {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    color: var(--gray-700) !important;
}

.divider {
    height: 1px !important;
    width: 100%;
    margin: 1rem 0 !important;
    color: var(--gray-300) !important;
}

.arrow-back {
    padding: 0 !important;
    width: 100% !important;
    max-width: 760px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-bottom: 1rem !important;
}

.terms .form-group div {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 14px !important;
    line-height: 20px !important;
}


.terms .form-group div label {
    margin-bottom: -4px !important;
}

.terms .form-group div input {
    height: 16px !important;
    width: 16px !important;
}

.app{min-height: 100% !important;position: relative;}

.container_login {
    width: 100vw !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    padding: 40px 20px !important;
}

.container_termos {
    width: 100vw !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    padding: 40px 20px !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;
}

.box-login {
    width: 100% !important;
    height: 100% !important;
    max-width: 760px;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 7px;
}

.box-termos {
    width: 100% !important;
    height: 80% !important;
    padding: 1rem !important;
    border: 1px solid var(--gray-300) !important;
    max-width: 760px;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 7px;
    text-align: left !important;
}

.login-box-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin: 0 !important;
}

.subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--gray-600);
}

.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 {
    position: relative !important;
    width: 100% !important;
    max-width: 760px !important;
    display: flex;
    gap: 2rem !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.logo {
    display: flex;
    max-width: 350px;
    height: 60px !important;
}

.form-control {
    border-radius: 0px;
    height: 48px;
}
.form-control textinput {
    outline: none !important;
    box-shadow: none !important;
}

.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;
}
.asteriskField {
    color: red !important;
}

@media (min-width: 760px) {
    .cabecalho-box-login {
        padding: 0 24px !important;
    }
}