/* GLOBAL */
* {
  font-family: Open Sans, Arial, Helvetica, sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Open Sans, Arial, Helvetica, sans-serif !important;
}

.box-input:not(.form-check-input):not(:last-child) {
  margin-bottom: 24px;
}

.box-input input:not(.form-check-input),
.box-input select {
  min-height: 40px;
  max-height: 40px;
  font-size: 14px;
  background: #fff;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  width: 100%;
  font-weight: 400;
  border: 1px solid #c9d3dd;
  border-radius: 4px;
  padding: 8px 12px;
  color: #575757;
}

.box-input input:not(.form-check-input):focus {
  box-shadow: 0 0 4px hsl(0deg 0% 78% / 60%);
  outline: 0;
}

form .btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  max-height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  font-weight: 400;
}

form .btn-success {
  background-color: #1b9b45;
  color: #fff;
}

form .btn-success:hover {
  background-color: #26b547;
}

form .btn-cancel {
  background-color: #f1f4f9;
  border-color: #c9d3dd;
}

form .btn-cancel:hover {
  background: #dfe6f1;
}

/* GENERAL */
.authentication {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100vh;
}

.authentication-form {
  background-color: #e32401;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.authentication-form-content {
  padding: 40px 35px;
  background: #fff;
  width: 100%;
}

.authentication-form-content p {
  font-size: 12px;
  color: #333;
}

.authentication-form-content a.btn,
.authentication-form-content a.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.authentication-form-content a:not(.btn):not(.custom-checkbox-link) {
  cursor: pointer;
  color: #107085;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 13px;
  display: inline;
}

.authentication-form-content a:not(.custom-checkbox-link):hover {
  color: #107085;
  text-decoration: underline;
  outline: none;
  box-shadow: none;
}

.authentication-form-content .form-header img {
  margin: 0 auto 40px;
  max-width: 100%;
  height: auto;
}

.authentication-form-content .form-header h3 {
  /* font-size: 26px; -> P/ FONTE ORIGINAL */
  font-size: 21px;
  margin-bottom: 26px;
  letter-spacing: 0.5px;
  color: #333;
  text-align: center;
}

.authentication-form-content .form-body .box-input.edit {
  margin-bottom: 20px;
}

.authentication-form-content .form-body label:not(.form-check-label):not(.custom-checkbox-container) {
  color: #575757;
  font-size: 13.5px;
  line-height: 10.136px;
  margin-bottom: 4px;
  display: block;
  font-weight: 500;
}

.authentication-form-content .form-body input:not(.form-check-input),
.authentication-form-content .form-body select {
  display: block;
  margin-top: 8px;
}

.authentication-form-content .form-body label:not(.form-check-label) span.required {
  color: #b7192b;
  font-weight: 600;
}

.authentication-form-content .form-footer {
  margin-top: 20px;
}

.authentication-form-content .form-footer .forgot-password {
  display: block;
  margin-bottom: 16px;
      text-align: center;
}

.authentication-form-content .form-footer button,
.authentication-form-content .form-footer .btn {
  margin-bottom: 14px;
}

.authentication-form-content .form-footer .register {
  display: block;
  text-align: center;
  margin-bottom: 44px;
}

.authentication-image {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.authentication-image > div {
  width: 100%;
  height: 100%;
  position: fixed;
}

.authentication-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* ====== REGISTER */
.authentication.register .authentication-form-content .form-header p {
  margin-bottom: 20px;
}

.authentication.register .authentication-form {
  max-width:100%;
  flex: 0 0 100%;
}

.authentication.register .authentication-form-content {
  max-width:55%;
}

.authentication.register
  .authentication-form-content
  .form-body
  .box-input.edit {
  margin-bottom: 20px;
}

.authentication.register .authentication-form-content .form-footer {
  margin-top: 0;
}

.authentication.reset-password .authentication-form-content .form-footer > div {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.authentication.register .authentication-form-content .form-footer button,
.authentication.register .authentication-form-content .form-footer .btn {
  font-weight: 600;
}

.authentication.register .authentication-form-content p {
}

@media screen and (max-width: 1199px) {
  .authentication-form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .authentication-form-content {
    margin: auto;
    max-width: 505px;
    padding: 56px 28px 14px 28px;
  }

  .authentication.register .authentication-form-content {
    max-width:80%;
  }

}

@media screen and (max-width: 767px) {
  .authentication.register .authentication-form-content {
    max-width:100%;
  }

  .authentication:not(.register) .authentication-form-content .form-footer > div {
    flex-direction: column;
    gap: 0;
  }
}

form .form-control {
  border: 1px solid #cacfe7;
  color: #333;
  font-size: 1.2rem;
}


/* ====== COOKIES / PRIVACIDADE */
.popup-cookies-privacidade {
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#fff;
  padding:15px 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.popup-cookies-privacidade.show {
  display: flex;
  align-items: center;
}

.popup-cookies-privacidade.hide{
  display: none;
}

.popup-cookies-privacidade p {
  margin-bottom: 0px;
  color: #333;
}

.popup-cookies-privacidade p,
.popup-cookies-privacidade p a {
  font-size: 16px;
}

.alert a {
  color: inherit !important;
  text-decoration: underline !important;
}
