/* --- RHV branding --- */

:root {
  --ovirt-masthead-height: 60px;
  --ovirt-masthead-topborder-size: 0;
}

.obrand_background-image:before {
  background-color: #66295c;
  background-image: url(images/evn-home-bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}

.obrand_background-image:after {
    content: none;
}

/*
    Welcome / Landing Page / Error Pages
*/
.obrand_welcomePageLogo {
  /* background-color: #151515; */
  background-image: url(images/evn-logo.webp);
  background-size: 150px 40px;
  width: 150px;
  height: 40px;
}

.welcome-section-title.sub-title {
    padding-top: 7px;
}

/*
    Application: masthead
*/
.obrand_masthead {
  border-top-width: var(--ovirt-masthead-topborder-size);
  background-color: #66295c;
  background-image: url(images/evn_webui_masthead_bg.png);
  background-repeat: no-repeat;
}

.obrand_mastheadLogo {
  background-image: url(images/evn-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;

  width: 120px;
  height: 35px;
  border: 0px;
  margin-top: 0;
  
  display: block !important;
  position: static;
  top: 0px;
}

/*
    Application: About Dialog
*/
.obrand_aboutBackground {
  width: 565px;
  height: 355px;
  background-color: #66295c;
  background-image: url(images/evn-about-bg.jpg);
}

.obrand_aboutApplicationLogo {
  background-image: url(images/evn-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 170px;
  height: 42px;
  border: 0px;

  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*
    Additional Style Changes
*/
.client-resources {
    --pf-global--Color--100: #fff;
    --pf-global--FontSize--md: var(--original--pf-global--FontSize--md);
}

.navbar {
    height: var(--ovirt-masthead-height);
}

.toolbar-pf .form-group, .toolbar-pf .form-group:last-child {
    margin-bottom: 10px;
}

.list-view-pf-expand {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .welcome-section-title.show-on-lg {
        display: none;
    }
}


/* Customizações Serpro */
.pf-c-login__main-header,
.pf-c-login__main-body {
  padding: 0px !important;
}
.login-pf .heading {
  font-size: 18pt;
}
.login-pf form,
.pf-c-login__main-body {
  font-size: 11pt !important;
  color: #495057;
  line-height: 18px;
}
.pf-c-form__group.pf-m-action {
  margin-top: 5px;
}
.pf-c-login__container {
  display: block;
}
.pf-c-login {
  align-items: baseline;
  justify-content: center;
}
/* .login-pf main { */
  /* padding: 26px 20px; */
  /* box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.125); */
  /* width: 400px; */
  /* background-color: rgba(0, 0, 0, 0.700); */
/* } */
.login-pf footer {
  padding: 3px;
}
.login-pf h1,
.login-pf h2,
.login-pf h3,
.login-pf h4,
.login-pf h5,
.login-pf h6,
.login-pf .h1,
.login-pf .h2,
.login-pf .h3,
.login-pf .h4,
.login-pf .h5,
.login-pf .h6 {
  color: #25437f;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.login-pf .heading::after {
  background: #2d74da;
  content: '';
  display: block;
  height: 4px;
  -webkit-transform: translate(0, 1rem);
  transform: translate(0, 1rem);
  width: 40px;
}
.login-pf *,
.login-pf *::before,
.login-pf *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-pf .rodape-demonstra {
  padding: 5px;
  border-top: solid 1px #ccc;
  text-align: center;
  margin-top: 30px;
}
.pf-c-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cdd7e0;
  border-radius: 0.25rem;
}

.pf-c-page .welcome-section .pf-l-split {
  /* float: right; */
  align-items: baseline;
  /* background-image: url(images/logo-serpro-evn.png); */
  background-repeat: no-repeat;
  width: 180px;
  height: 55px;
  margin-bottom: 10px;
}
.welcome-section-title.title {
  font-size: 20px;
}
.welcome-template {
  margin-top:10px
 }
 .pf-c-form__helper-text.pf-m-error {
  color: var(--pf-c-form--m-error--Color);
  background-color: rgb(250, 240, 230);
  border-radius: 0.25rem;
  margin-top: 5px;
}
