/* Keycloak Override Styles */

/* Force full height layout */
html {
  height: 100% !important;
}

body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Override all Keycloak wrapper styles */
#kc-container-wrapper {
  height: 100vh !important;
  width: 100vw !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  display: block !important;
}

#kc-container {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#kc-content {
  margin: 60px 0 0 0 !important;
  padding: 0 !important;
}

#kc-content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.kc-feedback-title {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #990000;
  font-weight: 700;
}

.kc-feedback-text {
  font-size: 16px;
  color: #990000;
}
