

@font-face {
    font-family: Sophis_Icons_v16;
    src: url(../fonts/Sophis_Icons/Sophis_Icons_v16.eot?vvqstd);
    src: url(../fonts/Sophis_Icons/Sophis_Icons_v16.eot?vvqstd#iefix)format("embedded-opentype"),url(../fonts/Sophis_Icons/Sophis_Icons_v16.woff2?vvqstd)format("woff2"),url(../fonts/Sophis_Icons/Sophis_Icons_v16.ttf?vvqstd)format("truetype"),url(../fonts/Sophis_Icons/Sophis_Icons_v16.woff?vvqstd)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

body {
  height: 100%;
  background:radial-gradient(100% 100% at 50% 0%,#8BA8B2 0%, #003a47 100%) !important;
  margin: 0;
}

/*.login-pf-page .card-pf{*/
.card-pf{
  border-radius: 10px;
  padding: 20px;
  width: 500px;
  /*height: 300px;*/
  margin: 0 auto;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1), 
              0px 2px 4px rgba(0,0,0,0.1), 
              0px 4px 8px rgba(0,0,0,0.1), 
              0px 8px 16px rgba(0,0,0,0.1);
}


/* Media query for small screens */
@media (max-width: 600px) {
  .card-pf {
    width: 90%;     /* or 100% minus padding/margins */
    height: auto;   /* optional: allow height to adjust */
  }
}

.pf-c-button .pf-m-primary{
  border-radius: 5px;
}


.login-pf-page {
  align-items: center;
  justify-items: center;
  height: 100%;
  display: grid
}

/*
.login-pf-page .login-pf-header {

  margin-bottom: 10px;
  align-items: center;
}*/

.pf-c-button.pf-m-primary{
  border-radius: 5px;
  background-color: #007f9c;
}

#footer-bottom {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  z-index: 9999;
  text-align: center;
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: .4rem 1rem 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  display: grid;
  position: fixed;
  bottom: 0;
}

#footer-bottom a {
  color: #fff;
  border-bottom: .1rem solid #dae1e5;
}

.copyright {
  text-align: left;
}

.i18n {
  padding-left: 0;
}

.menu-i18n {
  float: right;
  cursor: pointer;
  text-align: right;
}

.kc-dropdown-item {
  cursor: pointer;
  color: #3d494d;
  font-size: 13px;
}


[class^=icon-],[class*=\ icon-] {
    speak: never;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Sophis_Icons_v16!important
}

.dropup {
  align-items: center;
  gap: .4rem;
  display: flex
}

.dropup i {
  font-size: 1.6rem
}

.dropup:hover,#language-selector .dropup:hover a {
  color: #8BA8B2;
}

#language-selector .dropup {
  position: relative
}

#language-selector .open .dropdown-menu {
  display: block
}

#language-selector .dropdown-menu {
  border: .1rem solid #d0d9de;
  text-align: left;
  background-color: ￼#fff;
  border-radius: .4rem;
  width: min-content;
  min-width: 100%;
  margin-bottom: .9rem;
  padding: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0
}

#language-selector .dropdown-menu a:active,#language-selector .dropdown-menu a:focus {
  background-color: #E2E9EC;
  color: #3d494d;
  outline: none
}

#language-selector .dropdown-menu a:hover {
  background-color: #E8EEF0;
}

#language-selector ul a,#language-selector .dropup:hover ul a {
  color: #3d494d;
  height: 3.2rem;
  padding-top: .9rem;
  padding-left: .8rem;
  line-height: 1.5rem;
  display: block
}


