
/* KC26: sin PatternFly base el rem queda grande; acercar a 4.8.2 */
html { font-size: 14px; }
body { font-size: 14px; }
.login100-form-title { font-size: 24px !important; }
.login100-form-btn { font-size: 1.25rem !important; }
.input100 { font-size: 15px !important; }
.pwd-rules { font-size: 12px; }

@font-face {
  font-family: Poppins-Regular;
  src: url('../../../common/trackingsport3/fonts/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../../../common/trackingsport3/fonts/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../../../common/trackingsport3/fonts/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../../../common/trackingsport3/fonts/Poppins-SemiBold.ttf'); 
}

* {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #c7c7c7;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
  color: #63f1c5;
}

input {
    outline: none;
    border: none;
}

input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #565656;}
input:-moz-placeholder { color: #565656;}
input::-moz-placeholder { color: #565656;}
input:-ms-input-placeholder { color: #565656;}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid #1c396b;
    box-shadow: 0 0 0px 1000px #1c396b inset;
    -webkit-text-fill-color: #c7d2e4;
    -webkit-box-shadow: 0 0 0px 1000px #1c396b inset;
    transition: background-color 5000s ease-in-out 0s;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('../img/bg-login.png') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

.alert {
    position: relative;
    color: #ff0000;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.8rem;    
    width: 50%;
    transform: translateX(50%) translateY(20%);
}

.alert > .pficon {
    font-size: 3rem;
    position: initial;
}

#kc-copyright {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    position: absolute;
    color: white;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: .7em;
    bottom: 16em;
    right: -1.8em;
    opacity: .15;
}


.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login-pf body {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

.visible {
  display: block;
}

.oculto {
  display: none;
}

.logo {
    position: fixed;
    top: 2%;
    left: 2%;
    width: 20%;
    height: auto;
}
  
  .logots {
    width: 150px;
    height: auto;
    position: absolute;
    bottom: 7em;
    right: -4em;
    opacity: .15;
    -ms-transform: rotate(-00deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  

.panel-heading {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
}


.login-pf .container .form-horizontal .control-label {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #717171;
}

.login-pf .container .form-control {
    height: 32px;
    font-size: 17px;
}
.kc-dropdown{
    position: relative;
}
.kc-dropdown > a{
    position: absolute;
    right: 90px;
    display: block;
    padding: 11px 10px 12px;
    line-height: 12px;
    font-size: 12px;
    color: #000 !important;
    text-decoration: none;
    margin-top: -30px;
}
.kc-dropdown > a::after{
    content: "\2304";
    margin-left: 4px;
}
.kc-dropdown:hover > a{
    background-color: rgba(0,0,0,0.2);
}
.kc-dropdown ul li a{
    padding: 1px 11px;
    font-size: 12px;
    color: #000 !important;
    border: 1px solid #fff;
    text-decoration: none;
    display:block;
    line-height: 20px;
}
.kc-dropdown ul li a:hover{
    color: #4d5258;
    background-color: #d4edfa;
    border-color: #b3d3e7;
}
.kc-dropdown ul{
    position: absolute;
    right: 90px;
    top: 0px;
    z-index: 2000;
    list-style: none;
    display: none;
    padding: 5px 0px;
    margin: 0px;
    background-color: #fff !important;
    border: 1px solid #b6b6b6;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    min-width: 100px;
}
.kc-dropdown:hover ul{
    display:block;
}

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

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0px;
    margin: 0px;
    height: 50px;
    top: 0px;
}

#kc-logo img { 
    width: 170px;
    margin-top: 8px;
    margin-left: 9%;
}

.btn-primary {
    background-color: #CE4F36;
    background-image: none;
    /* background-image: linear-gradient(to bottom, #00a8e1 0%, #0085cf 100%); */
    /* background-repeat: repeat-x; */
    filter: none;
    border-color: #CE4F36;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #CE4F36;
    background-image: none;
    /* background-image: linear-gradient(to bottom, #00a8e1 0%, #0085cf 100%); */
    /* background-repeat: repeat-x; */
    filter: none;
    border-color: #CE4F36;
    color: #ffffff;
}

.bannerImg {
	width: 100%;
	min-height: 75px;
}

#kc-header {
    color: #fff;
    overflow: visible;
    padding-left: 80px;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
}

#kc-container {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#kc-container-wrapper {
  width: 500px;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

#kc-content {
    position: relative;
}

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

#kc-info {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 2%;
}

#kc-info-wrapper {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    color: #333333;
    background-color: #dedede8a;
}

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

#kc-login {
    float: right;

}

#kc-feedback-wrapper {
    display: inline-block;
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#kc-feedback span {
    display: block;
    padding: 0.90909090909091em 3.63636363636364em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-repeat: no-repeat;
    background-position: 1.27272727272727em center;
    font-weight: normal;
    line-height: 1.4em;
    border-radius: 2px;
    color: #4d5258;
    margin-bottom: 0;
}


.feedback-error span {
    border-color: #b91415;
    background-image: url(../img/feedback-error-sign.png);
    background-size: 20px;
    background-color: #f8e7e7;
}


.feedback-success span {
    border-color: #4b9e39;
    background-image: url(../img/feedback-success-sign.png);
    background-size: 20px;
    background-color: #e4f1e1;
}


.feedback-warning span {
    border-color: #f17528;
    background-image: url(../img/feedback-warning-sign.png);
    background-size: 20px;
    background-color: #fef1e9;
}

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



.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #1ddc87;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 30px;
}

.instruction {
    font-family: Poppins-Medium;
    color: #a5a2a2;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
}
.instruction p {
    font-size: 18px;
    color: #aba8a8;
}
.instruction a {
    font-size: 19px;
    color: #fcfcfc;
}
.instruction a:hover {
  text-decoration: none;
  color: #63f1c5;
}

.instruction-title {
 display: block;
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #1ddc87;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 30px;
}

.verror {
    font-family: Poppins-Medium;
    color: #a5a2a2;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
}
.verror-title {
    display: block;
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #fd3706;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 30px;
}
.verror p {
    font-size: 16px;
    color: #e0e0e0;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
}

.forgot {
    text-align: right;
    padding-bottom: 20px
}

.label-input100 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #848484;
    line-height: 1.5;
    padding-left: 30px;
}

.input100 {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.focus-input100::after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    content: attr(data-symbol);
    display: block;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100::placeholder {
    color: #565656;
    opacity: 1;
}

.input100:-ms-input-placeholder {
    color: #565656;
}

.input100::-ms-input-placeholder {
    color: #565656;
}

.input100:focus {
    padding-left: 5px;
}

.input100:focus+.focus-input100::after {
    top: -4px;
    font-size: 18px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -4px;
    font-size: 18px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.has-val.input100 {
    padding-left: 5px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.input100:focus+.focus-input100::after {
    color: #ffffff;
}

.has-val.input100+.focus-input100::after {
    color: #ffffff;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;

  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.login100-form-btn { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.6rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
.login100-form-btn:hover { 
   background: rgba(0,0,0,0.5);
}

/*------------------------------------------------------------------
[ Text ]*/
.txtzocial {
      font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #b7b7b7;
    padding-top: 45px;
    padding-bottom: 10px;
    text-align: center;
}

.flexzocial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.txtregister {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #b7b7b7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

.txtregister a {
  color: #fcfcfc;
}

.flexregister {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.urlregister {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #f7f7f7;
  text-transform: uppercase;
}
/*------------------------------------------------------------------
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #777;
}

.bg-facebook {background-color: #4863ae}
.bg-twitter {background-color: #37b7f7}
.bg-google {background-color: #dd4b39}
.bg-linkedin {background-color: #0482a8}
.bg-microsoft {background-color: #0252a3}

/*------------------------------------------------------------------
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  margin: 0;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #2c8fe8;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.alert-checkbox::before {
  content: "\f06a";
  font-family: FontAwesome;
  color: #c80000;
  font-size: 18px;
  padding-right: 10px;
  background-color: #fff;
}
.alert-checkbox {
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 30px 4px 10px;
  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/* TOTP */

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

ol#kc-totp-settings li {
    margin-top: 1em;
}

ol#kc-totp-settings li:first-of-type {
    margin-top: 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 30px;
}

#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;
    margin: 0;
}

#kc-social-providers li {
    display: block;
    margin-top: 5px;
}

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


.zocial {
    width: 150px;
}

.zocial:hover {
    color: #fff !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.twitter {
    background-image: none;
    border-radius: 2px;

    font-family: "Open Sans", sans-serif;
    font-weight: normal;

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

.zocial.google {
    background-color: #dd4b39 !important;
}
.zocial.google .text:after {
    content: "+";
}

.zocial.facebook:hover,
.zocial.github:hover,
.zocial.google:hover,
.zocial.twitter:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: auto;
  float: left;
  margin-right: 10px !important;
}

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
}

@media (max-width: 767px) {
    #bgvid {
        display: none;
    }
    #kc-logo-wrapper {
        margin-top: 30px;
        margin-right: 15px;
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
    }

    #kc-feedback {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: inline-block;
        margin-right: 5px;
    }

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


@media (max-device-width: 480px) {
    #kc-container-wrapper {
        transform: scale(1.6);
    }
    #bgvid {
        display: none;
    }
}

@media (max-height: 500px) {
    #kc-container-wrapper {
        position: inherit;
        float: none;
    }
    #bgvid {
        display: none;
    }
}
