body {
  min-width: 480px;
}

.content-wrapper {
  background: #f3f3f3;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
}

header {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 30px;
  color: white;
  background: #b90e00;
}
header .logo-lg-header {
  font-size: 24px;
  color: #fff;
}

footer {
  flex: 0 0 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-family: Roboto, sans-serif;
  color: white;
  background: radial-gradient(circle, #4c4b4b, #2f2f2f, #2d2c2c);
}
footer > div {
  padding: 0;
}
footer .logo-footer {
  position: absolute;
  left: 20px;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .login-nav-footer > a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .logo-footer {
    display: none;
  }

  footer {
    padding: 0 5px;
  }
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.center-box {
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.center-box .center-box-body {
  margin: 10px auto;
  padding: 25px;
  color: #666;
  background: white;
  box-shadow: -1px 1px 19px -2px rgba(153, 153, 153, 0.32);
}
.center-box .center-box-body.login {
  width: 600px;
}
.center-box .login-sessao {
  color: #000;
}

.icon-eye:before, .icon-eye-off:before {
  position: absolute;
  top: 60%;
  right: 10px;
}

.ui-messages-error-summary {
  display: none;
}

.info-box-contact-hr {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.info-contact-login {
  background-color: white;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  height: 70%;
  width: 70%;
  margin: auto;
  padding: 20px 40px 60px 40px;
  font-size: 22px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.info-box-hr {
  border: 1px solid #eae9e9;
  width: 100%;
  margin-top: -5px;
}

.return-home {
  text-decoration: none;
  margin-right: auto;
  font-size: 14px;
  margin-top: 10px;
}

.btn-search {
  background: #586977;
  color: #fff !important;
  border-color: #586977;
  box-shadow: 2px 2px 6px #aaa !important;
  outline: none !important;
}
.btn-search:hover {
  background: #6c7e8c;
}
.btn-search:focus {
  background: #6c7e8c;
}
.btn-search:active {
  background: #586977;
  box-shadow: inset 2px 2px 8px #323644 !important;
}

.pb-2 {
  padding-bottom: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

label {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 5px;
}

input, select {
  margin-top: 5px;
}

/*# sourceMappingURL=saog-externo.css.map */
