/* GLOBAL */
* {
  font-family: 'Helvetica', Arial, sans-serif;
}

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

.box-input input {
  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:focus {
  box-shadow: 0 0 4px hsl(0deg 0% 78% / 60%);
  outline: 0;
}

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

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

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

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

.btn-cancel:hover {
  color: #395a7a;
  background: #dfe6f1;
}

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

.authentication-form {
  background-color: #fff;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  min-height: 100vh;
}

.authentication-form-content {
  padding-bottom: 14px;
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 70px;
}

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

.authentication-form-content a {
  cursor: pointer;
  color: #107085;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 13px;
  display: inline;
}

.authentication-form-content a:hover {
  color: #107085;
  text-decoration: underline;
  outline: none;
  box-shadow: none;
}

.authentication-form-content .form-header img {
  margin-bottom: 40px;
  max-height:100px;
  width: 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;
}

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

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

.authentication-form-content .form-body input {
  display: block;
  margin-top: 8px;
}

.authentication-form-content .form-body label span {
  color: #b7192b;
  font-weight: 600;
}

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

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

.authentication-form-content .form-footer button {
  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 h3 {
  font-weight: 600;
  font-size: 20px;
  color: #395a7a;
}

.authentication.register .authentication-form-content .form-header p {
  color: #395a7a;
  margin-bottom: 20px;
}

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

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

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

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

.authentication.register .authentication-form-content p {
  color: #395a7a;
}

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

@media screen and (max-width: 767px) {
  .authentication.register .authentication-form-content .form-footer div {
    flex-direction: column;
    gap: 0;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.modal .btn {
  background-color: #fb8c03;
  border-radius: 100px;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.9rem;
  padding: 1.65rem 2.6rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  max-height: initial;
}
.modal .btn:hover {
  background-color: #b76601;
  color: #fff !important;
}
.modal.active {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 18px;
  margin-bottom: 36px;
}
.modal-box-grid .box-input {
  margin-bottom: 0 !important;
}
.modal-box {
  -webkit-animation: animaModal 0.5s ease-in-out;
  animation: animaModal 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 10px;
  max-width: 550px;
  padding: 30px 30px 40px;
  position: relative;
  width: 100%;
  margin: 42px 30px;
}
.modal-box button.modal-close {
  background-color: #1f1f1f;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  height: 45px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-box button.modal-close:hover {
  background-color: #181818;
}
.modal-box button.modal-close img {
  width: 14px;
}
.modal-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-box form h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 3.36rem;
  font-weight: 400;
}
.modal-box form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.modal-box form input,
.modal-box form select,
.modal-box form textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 16px;
  width: 100%;
  -webkit-transition: 0.3s border-color ease-in-out;
  transition: 0.3s border-color ease-in-out;
}
.modal-box form input:focus,
.modal-box form textarea:focus {
  border-color: #fb8c03;
}
.modal-box form input,
.modal-box form select {
  height: 50px;
  max-height: 50px;
}
.modal-box form input:not(:last-child) {
  margin-bottom: 20px;
}
.modal-box form textarea {
  height: 120px;
  margin-bottom: 20px;
  padding-top: 10px;
  resize: none;
}

@media (max-width: 760px) {
  .modal-box-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 16px;
  }
}

@media (max-width: 420px) {
  .modal .btn {
    padding: 1rem 2.6rem;
    font-size: 14px;
    font-weight: 600;
  }

  .modal-box form h3 {
    font-size: 1.8rem;
  }

  .modal-box form label {
    font-size: 13px;
  }

  .modal-box form input,
  .modal-box form select {
    height: 40px;
    max-height: 40px;
    font-size: 13px;
  }
}

@-webkit-keyframes animaModal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animaModal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
