/*------------------------------------*\
  #FONT-FACE
\*------------------------------------*/
@font-face {
  font-family: "Open Sans Regular";
  src: url("/OAuthServer-web/javax.faces.resource/fonts/OpenSans-Light.woff2.jsf") format("woff2"), url("/OAuthServer-web/javax.faces.resource/fonts/OpenSans-Light.woff.jsf") format("woff");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("/OAuthServer-web/javax.faces.resource/fonts/OpenSans-Regular.woff2.jsf") format("woff2"), url("/OAuthServer-web/javax.faces.resource/fonts/OpenSans-Regular.woff.jsf") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("/OAuthServer-web/javax.faces.resource/fonts/OpenSans-SemiBold.woff2.jsf") format("woff2"), url("/OAuthServer-web/javax.faces.resource/fonts/OpenSans-SemiBold.woff.jsf") format("woff");
  font-display: swap;
  font-weight: 600;
}



@keyframes fade-in {
  0% {
    opacity: 0;
  }
}

.o-fadeIn {
  animation: fade-in 0.12s ease-in;
}

.temp {
  background-color: #ebf1f5;
  color: #2c394a;
  font-family: "Open Sans Regular", Arial, sans-serif;
  
}

.temp .o-icon {
  fill: #b0bdc5;
  height: 24px;
  width: 24px;
}

.temp .o-flow>*+* {
  margin-top: 16px;
}

.temp .o-flow-big>*+* {
  margin-top: 24px;
}

.temp .o-flow-giant>*+* {
  margin-top: 40px;
}

.temp input,
.temp input:focus {
  box-shadow: none;
}

.temp input:-internal-autofill-selected,
.temp input:-webkit-autofill,
.temp input:-webkit-autofill:hover,
.temp input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

.temp .has-error input:-internal-autofill-selected,
.temp .has-error input:-webkit-autofill,
.temp .has-error input:-webkit-autofill:hover,
.temp .has-error input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fff7f7 inset !important;
}

.temp p {
  margin-bottom: 0;
}

.temp #head {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1;
  /*height: 25px;*/
  background-color: #0a4582;
  color: #fff;
  font-weight: 300;
}

.temp #sub-head {
  height: 80px;
}

.temp #sub-head img {
  margin-left: 32px;
}

.temp #panell {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-top: 40px;
  padding: 24px 32px 40px;
  max-width: 600px;
}

.temp #panell.temp-panel--tiny {
  max-width: 360px;
}

.temp #bienvenido {
  color: currentColor;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 0;
}

.temp #bienvenido+span,
.temp .btn-group+.o-flow {
  display: block;
}

.temp .informacion {
  color: currentColor;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

.temp .temp-btn-group {
  display: flex;
  width: 100%;
}

.temp .btnAcceso {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  height: 64px;
  border: 1px solid #ccc;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: background-color .1s;
}

.temp .btnAcceso:hover,
.temp .btnAcceso:focus,
.temp .btnAcceso:active {
  background-color: #edf6ff;
  color: #90a4ae;
}

.temp .btnAcceso:active {
  box-shadow: none;
}

.temp .btnAcceso img {
  height: 24px;
}

.temp .btnAcceso span {
  margin-left: 8px;
}

.temp .btnAcceso.activo {
  pointer-events: none;
}

.temp .introduzca {
  color: currentColor;
  z-index: auto;
  margin: 0;
  font-size: 14px;
}

.temp .introduzca::before {
  display: none;
}

.temp .temp-intro__txt {
  margin-bottom: 0;
 
}

.temp .temp-intro--tooltip {
  align-items: center;
  display: inline-block;
  padding-left:0;
  padding-right:26px;
  position:relative;
}

.temp .temp-intro--tooltip .tooltip {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.temp .tooltip__icon {
  vertical-align: unset;
}

.temp .tooltip__bubble {
  background-color: #263240;
  bottom: 100%;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
  min-width: 235px;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: left;
  visibility: hidden;
  z-index: 3;
}

.temp .tooltip__bubble::after {
  background-color: #263240;
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translate(-50%, 100%);
  width: 8px;
  right: 0;
}

.temp .tooltip__bubble p {
  margin-bottom: 4px;
}

.temp .tooltip__bubble ul {
  padding-left: 0;
  margin-bottom: 0;
}

.temp .tooltip:hover .tooltip__bubble,
.temp .tooltip:focus .tooltip__bubble {
  animation: fade-in .2s ease-out;
  visibility: visible;
}

.temp .temp-input-group-wrap {
  position: relative;
}

.temp .input-group {
  height: 40px;
}

.temp .input-group-addon {
  padding: 0 8px;
  
}

.temp .input-group-addon img{
    height: 20px;
  
} 
.temp .temp-input-group-addon-icon {
  fill: #b0bdc5;
  height: 18px;
}

.temp .has-error .form-control {
  box-shadow: none;
}

.temp .has-error .o-icon {
  fill: #a94442;
}

.temp .input-group .form-control {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding-left: 0;
  border-left: 0;
  transition: none;
}

.temp .input-group .form-control:focus {
  border-color: #ccc;
}

.temp .has-error .form-control:focus {
  border-color: #a94442;
}

.temp .temp-feedback {
  bottom: -6px;
  font-size: 11px;
  max-height: 40px;
  overflow: hidden;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
  left: 0;
  margin-bottom: 0;
}

.temp .temp-feedback--error {
  color: #a94442;
}

.temp .temp-feedback--warning {
  color: #8a6d3b;
}

.temp-feedback--error+#avisCapsLock {
  padding-top: 16px;
}

.temp .temp-formFooter {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin-top: 24px;
}

.temp .temp-formFooter--giant {
  margin-top: 60px;
}

.temp .olvidaste {
  margin-top: 8px;
  margin-bottom: 8px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.temp .olvidaste a,
.temp .olvidaste a:hover
.temp .olvidaste button,
.temp .olvidaste input {
  background-color: transparent;
  font-size: 14px;
  color: #1976D2;
  border: none;
  text-decoration: none;
  transition: color .1s;
  cursor: pointer;
}

.temp .olvidaste a:hover
.temp .olvidaste:hover button,
.temp .olvidaste:hover input {
  color: #4D9CEA;
}


.temp .btnAcceder,
.temp .btnInterno {
  color: #fff;
  min-width: 140px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  height: 40px;
  transition: background-color .1s ease-out;
}

.temp .btnAcceder:not(:focus-visible),
.temp .btnInterno:not(:focus-visible) {
  outline: none;
}

.temp .btnAcceder:focus-visible,
.temp .btnInterno:focus-visible {
  outline: 2px solid #354052;
}

.temp .btnAcceder {
  background-color: #45C913;
}

.temp .btnAcceder:hover {
  background-color: #6CED3B;
}

.temp .btnAcceder:active {
  background-color: #2D820C;
}

.temp .btnInterno {
  background-color: #1976D2;
}

.temp .btnInterno:hover {
  background-color: #4D9CEA;
}

.temp .btnInterno:active {
  background-color: #114F8D;
}

.temp .fontsize14 {
  font-size: 14px;
}

.temp .u-upper {
	text-transform: uppercase;
}

.temp input::placeholder { text-transform: none; }
.temp input:-ms-input-placeholder { text-transform: none; }

@media only screen and (min-width: 480px) {
  .temp #head {
    font-size: 16px;
    letter-spacing: 8px;
    height: calc(44px - 5px - 6px);
  }
}

@media only screen and (max-width: 481px) {

  .temp {
    background-color: #fff;
  }
  
  .temp #head {
    font-size: 16px;
    letter-spacing: 8px;
    height: calc(60px - 5px - 6px);
  }

  .temp #sub-head img {
    margin-left: 16px;
  }

  .temp #panell {
    padding: 0 16px 24px;
    margin-top: 16px;
    box-shadow: none;
  }

  .temp .olvidaste a,
  .temp .btnAcceder,
  .temp .btnInterno {
    width: 100%;
  }
}