* {
  outline: none !important;
}

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.brand-wrapper {
  text-align: center;
}

.brand-wrapper .logo {
  height: 37px;
}

.login-pf body {
  background: url("../img/sedes-bg.png") no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.login-pf .login-pf-page {
  padding: 1;
  opacity: 0.8;
  width: 440px;
}

.login-pf .login-pf-page .card-pf {
  border: none;
}

.login-pf #kc-header {
  display: none;
}

.login-pf #kc-page-title {
  font-size: 1rem !important;
}

/*phone*/
@media (max-width: 767px) {
  .login-pf body {
    background: none;
  }

  .login-pf .login-pf-page {
    padding: 1px;
    opacity: 1;
    overflow-x: hidden !important;
    overflow-y: auto;
  }
}