/* BEGIN DEVOPSAAS */

* {
  box-sizing: border-box;
  z-index: inherit !important;
}

@font-face {
  font-family: TeleGroteskNext;
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/telegrotesknext-regular.woff2) format('woff2');
}

@font-face {
  font-family: TeleGroteskNext;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/telegrotesknext-bold.woff2) format('woff2');
}

html {
  height: 100dvh;
  width: 100%;
  overflow-x: hidden;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

body {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  font-family: "TeleGroteskNext", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#kc-locale {
  position: static;
  height: 24px;
  display: flex;
  width: 100%;
  justify-content: end;
}

#kc-locale-dropdown {
  width: fit-content;
  position: relative;
  z-index: 1050 !important;
}

#kc-locale-dropdown > ul {
  position: relative;
  width: fit-content;
}

.btn-primary,
.btn,
.btn-default {
  color: #fff;
  text-decoration-color: #fff;
  border-color: rgb(178, 0, 92);
  border-width: 1px;
  border-style: solid;
  background-color: rgb(226, 0, 116);
  background-image: none;
  font-weight: 500;
}

.btn-primary:active,
.btn:active,
.btn-default:active {
  background-color: rgb(178, 0, 92) !important;
}

.btn-primary:focus,
.btn:focus,
.btn-default:focus {
  background-color: rgb(178, 0, 92) !important;
}

.btn-primary:hover,
.btn:hover,
.btn-default:hover {
  color: #fff;
  background-color: rgb(178, 0, 92);
  text-decoration: none;
  border-color: rgb(178, 0, 92);
}

.devopsaas-header {
  height: 50px;
  background: #e20074;
}

.devopsaas-tsi-logo {
  position: absolute;
  width: 165px;
  padding: 12px 0px 12px 0px;
  margin-left: 24px;
}

.card-pf {
  display: flex;
  flex-direction: column;
}

.login-pf-header {
  position: relative;
}

#devopsaas-tsi-logo-img {
  width: 165px;
  height: 33.9px;
}

#devopsaas-brand-claim {
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  padding: 12px 0px 12px 0px;
  margin-right: 9px;
  color: #fff;
  font-size: 15px !important;
  font-weight: bold !important;
  min-height: auto !important;
  text-align: right;
}

.devopsaas-fixed-bottom {
  z-index: 1030;
  background-color: #262626;
}

.devopsaas-footer-align {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px;
  padding-bottom: 0.375rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: center !important;
}

.devopsaas-footer-logo {
  max-width: 280px;
  float: left;
  display: inline-block;
}

.devopsaas-footer-logo #devopsaas-tsi-logo-footer {
  width: 110px;
  padding: 15px 0px 15px 0px;
}

.devopsaas-footer {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px;
  color: #fff;
}

.devopsaas-footer-links {
  float: left;
  display: inline-block;
}

footer {
  position: static;
  padding: 0;
}

.devopsaas-footer-links ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.devopsaas-footer-links ul li {
  padding: 5px 12px !important;
  display: inline-block;
}
.devopsaas-footer-links ul li a {
  color: #918984;
  padding: 0px !important;
}
.devopsaas-footer-links ul li a:hover {
  color: #918984;
  text-decoration: underline;
}
.devopsaas-footer-links ul.nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
.devopsaas-footer-links .nav > li > a:focus,
.devopsaas-footer-links .nav > li > a:hover {
  background: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}

.login-pf-page {
  flex-grow: 1;
  padding-top: 0px;
  font-size: 14px;
}

.login-pf-page input[type="text"] {
  font-size: 14px;
}

.login-pf {
  background: #ededed;
}

.login-pf body {
  background: #ededed;
  background-size: cover;
}

#kc-header-wrapper {
  color: #262626 !important;
  padding: 18px 0px 18px 33px !important;
  margin-right: 0px !important;
  font-size: 21px;
  font-weight: 700 !important;
  background-color: #fff !important;
  min-height: auto !important;
  float: none;
  text-align: left;
  letter-spacing: normal;
}

#kc-header {
  position: sticky;
  top: 50px;
}


@media (max-width: 768px) {
  #devopsaas-brand-claim {
    display: none;
  }

  #kc-header {
    padding-left: 0px;
    padding-right: 0px;
    float: none;
    text-align: left;
  }

  #kc-locale-dropdown a {
    color: white;
  }

  #kc-header-wrapper {
    text-align: center;
    padding: 8px 0px 8px 0px !important;
  }
}

.alert {
  margin-top: 20px;
  position: static;
}
  
.alert * {
  position: static !important;
}

.login-pf-header {
  position: static;
}

@media (max-width: 1088px) {
  .devopsaas-footer-logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .devopsaas-footer-logo #devopsaas-tsi-logo-footer {
    padding: 0px;
    margin-top: 20px;
  }

  .devopsaas-footer-links {
    text-align: center;
    display: inline-block;
    padding: 4px;
    width: 100%;
    margin: 0;
  }
  
  .devopsaas-footer-links ul {
    margin: 0px !important;
  }
 

  .devopsaas-footer-links ul li {
    padding: 5px 12px !important;
  }

  .devopsaas-footer-links ul li a {
    padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .devopsaas-footer-copyright {
    display: block !important;
  }
}

.devopsaas-footer-copyright {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
    float: left;
}

@media (min-width: 768px) {
  .devopsaas-footer-links {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .devopsaas-footer-logo {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .devopsaas-footer-copyright {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-height: 823px) {
  .devopsaas-fixed-bottom {
    z-index: 0;
    background-color: #262626;
    width: 100%;
  }
}

/* END DEVOPSAAS */