.keycloak-section {
  margin-top: 120px;
}

.login-section, .unauthenticated-section {
  margin-top: 0 !important;
}

.message {
  border-radius: 15px;
  color: #303030;
  padding: 30px;
}

.error-message {
  border-radius: 0;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up {
  position: fixed;
  margin-top: 20px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  animation-delay: 5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=kc-specific.css.map */
