@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../font/BasisGrotesquePro-Bold.eot');
  src: url('../font/BasisGrotesquePro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/BasisGrotesquePro-Bold.woff2') format('woff2'), url('../font/BasisGrotesquePro-Bold.woff') format('woff'), url('../font/BasisGrotesquePro-Bold.ttf') format('truetype'), url('../font/BasisGrotesquePro-Bold.svg#BasisGrotesquePro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../font/BasisGrotesquePro-Regular.eot');
  src: url('../font/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype'), url('../font/BasisGrotesquePro-Regular.woff2') format('woff2'), url('../font/BasisGrotesquePro-Regular.woff') format('woff'), url('../font/BasisGrotesquePro-Regular.ttf') format('truetype'), url('../font/BasisGrotesquePro-Regular.svg#BasisGrotesquePro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../font/BasisGrotesquePro-Light.eot');
  src: url('../font/BasisGrotesquePro-Light.eot?#iefix') format('embedded-opentype'), url('../font/BasisGrotesquePro-Light.woff2') format('woff2'), url('../font/BasisGrotesquePro-Light.woff') format('woff'), url('../font/BasisGrotesquePro-Light.ttf') format('truetype'), url('../font/BasisGrotesquePro-Light.svg#BasisGrotesquePro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.alert {
  /*padding: 11px;*/
  margin-bottom: 5px;
  /*border: 1px solid transparent;*/
  border-radius: 1px;
}

.alert-warning {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}


.alert-error {
  background-color: #F6E1E8;
  border-color: #cc0000;
  color: #333333;
}

.alert-info {
  /*background-image: url(../img/info.gif);
  background-repeat: no-repeat;
  position: relative;*/
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  background-color: #E0F2FE;
  border-color: #39acf9;
  color: #185f9e;
}

.pficon-infoP {
  background-image: url(../img/info.gif);
  background-repeat: no-repeat;
  position: relative;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  right: 0;
  top: 20px;
  min-width: 100px;
  padding: 2px 0;
  border: solid 1px #bbb;
}

#kc-locale:hover ul {
  display: block;
  margin: 0;
}

#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px;
}

#kc-locale ul li a:hover {
  color: #4d5258;
  background-color: #d4edfa;
}

#kc-locale-dropdown a {
  color: #4d5258;
  background: 0 0;
  padding: 0 15px 0 0;
  font-weight: 300;
}

#kc-locale-dropdown a:hover {
  text-decoration: none;
}

a#kc-current-locale-link {
  display: block;
  padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
}

.login-pf .container {
  padding-top: 40px;
}

.login-pf a,
.login-pf a:hover {
  color: #a30000 !important;
  font-weight: 600;
}

#kc-logo {
  width: 100%;
}

#kc-logo-wrapper {
  background-image: url(../img/keycloak-logo-2.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 62px auto 0;
}

div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}

div.kc-logo-text span {
  display: none;
}

#kc-header {
  color: #a30000;
  overflow: visible;
  white-space: nowrap;

}

#kc-content {
  width: 100%;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
  padding-bottom: 150px;
  margin-bottom: -150px;
}

#kc-info-wrapper {
  font-size: 13px;
}

#kc-form-options span {
  display: block;
}

#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}

#kc-terms-text {
  margin-bottom: 5px;
}

#kc-registration {
  margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px;
}

#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
  margin-top: 0;
}

#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
  border-top: 0;
}

#kc-oauth .kc-role {
  display: inline-block;
  width: 50%;
}

/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}

/* Social */

#kc-social-providers ul {
  padding: 0;
}

#kc-social-providers li {
  display: block;
}

#kc-social-providers li:first-of-type {
  margin-top: 0;
}

.zocial,
a.zocial {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none;
  border: 0;
  background: #f5f5f5;
  color: #72767b;
  border-radius: 0;
  white-space: normal;
}

.zocial:before {
  border-right: 0;
  margin-right: 0;
}

.zocial span:before {
  padding: 7px 10px;
  font-size: 14px;
}

.zocial:hover {
  background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
  background-image: none;
  border: 0;

  box-shadow: none;
  text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
  content: "\f15d";
}

.zocial.stackoverflow:before {
  color: inherit;
}


.btn {
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: none;
  font-weight: 800;
  font-size: 20px;
  margin: 0;
  display: inline-block;
  margin-top: 10px;
}


.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}

#kc-form-buttons {
  margin-top: 30px;
}

.login-pf-page .login-pf-accounts {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.login-pf-page .login-pf-brand {
  margin-top: 2em;
  max-width: 360px;
  width: 40%;
}

#kc-page-title {
  background: url('../img/logo-cf.png');
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 90px;
  text-indent: -99999em;
  overflow: hidden;
  margin-top: 0;
}

.card-pf {
  max-width: 360px;
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

.card-pf form {
  background: none;
  border: none;
  /* border-bottom: 1px solid #b3b3b3; */
  /* padding: 0px 5px 10px 28px; */
  margin: 20px 5px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #333e48 !important;
}

.login-pf-page .login-pf-signup {
  margin: 0 0 0;
  font-size: 15px;
  color: #72867b;
}

#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page .login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;

}

.login-pf-page .btn-primary {
  margin-top: auto;
  background: #e0262b;
  outline: none;
}

.btn-default {
  background: #7e7e80;
  outline: none;
  color: white;
}

.btn-default:hover {
  background: rgb(82, 82, 83);
  color: white
}

form .btn-danger {
  background: #e7272c;
}


form .btn-primary:hover, form .btn-danger:active {
  background: #e0262b !important;
  outline: none;
}

.login-pf-page .login-pf-header {
  margin-top: 0;
  margin-bottom: 0;
}

.input-group-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: 1%;
}

.login-pf body {
  font-family: 'Basis Grotesque Pro' !important;
  background: #475d62 url(../img/bg-login.jpg);
  background-size: cover;
}

body .form-group.login-pf-settings {
  justify-content: center;
  padding-block-start: 10px;
}

.form-group.login-pf-settings a {
  color: #5c6670
}


.form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  padding: 1px 2px 1px 20px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #333e48 !important;
  margin-bottom: 5px;
}

/* #kc-page-title {
    background-image: url(../img/)
} */

.form-control:focus {
  box-shadow: none;
}

input::placeholder {
  color: #b3b6ba !important;
  font-size: 1em;
  font-style: normal !important;
}

.form-group .form-control {
  font-size: 1.0em;
}

.form-control-reg {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  padding: 1px 2px 1px 2px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #333e48 !important;
  margin-bottom: 5px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-reg:hover {
  border-color: #7dc3e8;
}

.has-error .form-control-reg:focus {
  border-color: #990000;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ff3333;
}

.has-error .form-control-reg {
  border-color: #cc0000;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.form-control-reg[disabled], .form-control-reg[readonly], fieldset[disabled] .form-control-reg {
  box-shadow: none;
  color: #8b8d8f;
}

.form-control-reg[disabled]:hover, .form-control-reg[readonly]:hover, fieldset[disabled] .form-control-reg:hover {
  border-color: #bbb;
}

.form-control-reg[disabled], .form-control-reg[readonly], fieldset[disabled] .form-control-reg {
  background-color: #d3d2d2;
  opacity: 1;
}

.login-pf-page .form-control-reg {
  height: 36px;
}

/* #kc-page-title {
    background-image: url(../img/)
} */

.form-control-reg:focus {
  box-shadow: none;
}

input::placeholder {
  color: #b3b6ba !important;
  font-size: 1em;
  font-style: normal !important;
}

.form-group .form-control-reg {
  font-size: 1em;
}


/*Style for secret questions*/
input#kc-refresh {
  background-image: url(../img/refresh-16.ico);
  background-repeat: no-repeat;
  height: 15px;
  width: 30px;
  background-position: center;
  background-color: transparent;
  border-width: 0px;
}

input#kc-refresh:focus {
  outline-color: white;
}

input#kc-showPassword {
  background-image: url(../img/ojo.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 30px;
  background-position: center;
  background-color: transparent;
  border-width: 0px;
}

input#kc-showPassword:focus {
  outline-color: white;
}

input#kc-hidePassword {
  background-image: url(../img/ojo_close.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 30px;
  background-position: center;
  background-color: transparent;
  border-width: 0px;
}

input#kc-hidePassword:focus {
  outline-color: white;
}

.textoAzul11 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #003366;
}

.login-pf-accounts {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  color: #222;
  max-width: 500px !important;
  min-width: 300px;
  /*width: 90%; */
  margin-top: 5%;
}

.oberlay {
  visibility: hidden;
}

.oberlay.active {
  visibility: visible;
}

@media (min-width: 280px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}

.login-pf {
  height: 100%;
  background: none !important;
  background-size: auto;
}

.k-content-center {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.register-form-title {
  line-height: 1.66;
  padding: 0;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}

/*
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}*/
/*END Style for secret questions*/

a.popUpLink {
  color: #a30000 !important;
  font-weight: 600;
}

form .btn-danger {
  background: #e7272c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a30000 !important;
  border-color: #a30000 !important;
}

.btn-danger[disabled] {
  background-color: #e7272c !important;
  border-color: #e7272c !important;
  color: white !important;
}

.btn-danger[disabled]:hover {
  background-color: #a30000 !important;
  border-color: #8b0000 !important;
  color: white !important;
}
