.btn-small {
  height: 27.4px !important;
  line-height: 28.4px !important;
  width: 14px !important;
  font-size: 13px !important;
  padding: 0rem 0.8rem 0rem 0.5rem !important;
}
.btn-back {
  width: 5rem !important;
  padding: 0.3rem !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
}
#people-table_wrapper {
  font-size: 14px !important;
}
#people-table td {
  font-size: 14px !important;
}
.pagination li a {
  font-size: 12px !important;
}
.login-page {
  position: relative;
  min-height: 100vh !important;
  height: 100vh;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.login-background-pattern {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 0 !important;
  pointer-events: none;
  background-color: #ff5722;
}

.login-background-pattern::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 80%;
  height: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
  filter: blur(60px);
}

.login-background-pattern::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -15%;
  width: 70%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.35) 0%, transparent 65%);
  border-radius: 50%;
  animation: float 25s ease-in-out infinite reverse;
  filter: blur(60px);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.login-page > * {
  position: relative;
  z-index: 1;
}

.container.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.login-card-unified {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 1520px;
  max-width: 1520px;
  height: 566px;
}

.login-image-side {
  flex: 0 0 760px;
  width: 760px;
  height: 566px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/banner_certo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.login-side-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 2rem;
}

.login-form-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  min-width: 0;
  height: 100%;
  max-width: none;
  background: #e8e8e8;
}

.login-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.back-link {
  color: #FF5722;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}

.back-link:hover {
  opacity: 0.8;
}

.login-form-body {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.login-title {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
  color: #333;
  justify-content: center;
}

.login-step {
  font-size: 2rem;
  font-weight: bold;
  color: #FF5722;
}

.login-title-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #666;
}

.login-subtitle {
  color: #666;
  font-size: 0.8rem;
  text-transform: lowercase;
}

.login-url {
  color: #FF5722;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-input {
  width: 100%;
  padding: 0.75rem 0;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  font-size: 0.875rem;
  background-color: transparent;
  color: #333;
  transition: border-color 0.2s;
}

.form-input::placeholder {
  color: #999;
}

.form-input:focus {
  outline: none;
  border-bottom-color: #FF5722;
}

.form-input:focus::placeholder {
  color: #ccc;
}

.form-input.is-invalid {
  border-bottom-color: #dc3545;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.login-submit-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #FF5722;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 0.5rem;
}


.login-footer-link {
  text-align: center;
  margin-top: 0.75rem;
}

.forgot-password-link {
  color: #FF5722;
  text-decoration: none;
  font-size: 0.85rem;
  transition: opacity 0.2s;
}

.forgot-password-link:hover {
  opacity: 0.8;
}

@media (max-width: 1600px) {
  .login-card-unified {
    width: 100%;
    max-width: 1520px;
  }
}

@media (max-width: 767px) {
  .login-card-unified {
    flex-direction: column;
    width: 100%;
    max-width: 760px;
    height: auto;
    max-height: none;
  }

  .login-image-side {
    flex: 0 0 auto;
    width: 100%;
    height: 566px;
  }

  .login-form-content {
    padding: 2rem;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .container.login-container {
    padding: 1rem;
  }

  .login-card-unified {
    border-radius: 0.5rem;
  }

  .login-form-content {
    padding: 1.5rem;
    min-width: auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .login-image-side {
    width: 100%;
    height: auto;
    aspect-ratio: 760 / 566;
    max-height: 400px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .login-image-side {
    display: none !important;
  }
}
.rounded-small {
  border-radius: .5rem;
}

.card {
  width: 100%;
  max-width: 500px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
}
.card .title {
  transform: translateY(-20px);
  font-weight: 600;
}
.card .input-field label {
  color: #4B4B4D;
  font-size: 1.1rem;
}
.card .input-field input[type=email],
.card input[type=password] {
  font-size: 1.1rem;
}
.card .input-field .prefix.active {
  color: #FF5722;
}
.card .input-field input[type=password]:focus + label,
.card .input-field input[type=email]:focus + label {
  color: #FF5722;
}
.card .input-field input[type=email]:focus,
.card .input-field input[type=password]:focus {
  border-bottom: 1px solid #FF5722;
  box-shadow: 0 1px 0 0 #FF5722;
  color: #FF5722;
}
.card .btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.card .btn-container .inputCheckBock {
  display: flex;
  align-items: center;
  color: #4B4B4D;
}
.card .btn-container [type=checkbox].filled-in:checked + span:not(.lever):after {
  background-color: #FF5722;
  border: none;
  z-index: 0;
}/*# sourceMappingURL=login.css.map */
