/*$columns-xl: 3; ABANS DE TORFIX*/
@font-face {
  font-family: arialWeb;
  src: url(../Fonts/arial.ttf);
}
@font-face {
  font-family: agd;
  src: url(../Fonts/AGD.ttf);
}
@font-face {
  font-family: hlbc;
  src: url(../Fonts/HLBC.ttf);
}
.button, .primary_button {
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 3px 15px;
  background-image: none !important;
}

.dxucBrowseButton a {
  color: white !important;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  color: white;
}

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

.kais_login_background {
  background-image: url(../Images/login/generale.jpg);
  background-size: cover;
  overflow: hidden;
  width: 100%;
}

#white-layer {
  background: white; /* The Fallback */
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  /*z-index: 5;*/
  position: absolute;
}

/*---------------------------------------------*/
a {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  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: #57b846;
}

.company-text {
  letter-spacing: 6px;
  font-size: 22px;
  color: white;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

p {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, 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;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-moz-placeholder {
  color: #999999;
}

textarea::-moz-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}

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

button:hover {
  cursor: pointer;
}

.primary_button {
  /*0 = primary: boto principal, amb el color principal, vermell i al fer hover es posa del color secundari*/
  /*1 = secondary: boto secundari, amb el color secondary, gris i al fer hover es posa del color principal*/
  /*2 = jerarquia: boto de la jerarquia del cataleg, aquests botons son els que et marquen la teva posicio del cataleg*/
  /*3 = contact: boto de contacte, amb el color principal, vermell i al fer hover es posa de color blanc*/
  /*4 = hamb: boto hamburguesa del menu*/
  background-color: #001b36 !important;
  color: white !important;
}
.primary_button:hover {
  /*0 = primary: boto principal, amb el color principal, vermell i al fer hover es posa del color secundari*/
  /*1 = secondary: boto secundari, amb el color secondary, gris i al fer hover es posa del color principal*/
  /*2 = jerarquia: boto de la jerarquia del cataleg, aquests botons son els que et marquen la teva posicio del cataleg*/
  /*3 = contact: boto de contacte, amb el color principal, vermell i al fer hover es posa de color blanc*/
  background-color: #DADADA !important;
  color: black !important;
}

#kais-logo {
  position: relative;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
#tbUsuarioMaster, #tbContrasenyaMaster {
  color: black;
  margin-top: 5px;
}

.txt1 {
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.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;
}

.wrap-login100 {
  /*width: 960px;*/
  opacity: 0.8;
  /*overflow: hidden;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  /*padding: 177px 130px 33px 95px;*/
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 480px;
  background-color: #001b36;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login100-pic img {
  max-height: 70px;
  max-width: 250px;
  width: auto;
  height: auto;
}

/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 210px;
  background-color: #747474;
}

.login100-form-title {
  font-size: 17px;
  color: #ffffff;
  /*line-height: 1.2;*/
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 20px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  /*font-size: 15px;*/
  /*line-height: 1.5;*/
  color: #666666;
  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 29px;
  padding: 0 30px 0 68px;
  border-radius: 3px;
  padding: 3px;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87, 184, 70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}
.symbol-input100 {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 992px) {
  .wrap-login100 {
    padding: 33px 90px 5px 85px;
  }
  .login100-pic {
    width: 100%;
    padding: 20px;
  }
  .login100-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrap-login100 {
    padding: 33px 80px 5px 80px;
  }
  .login100-form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .wrap-login100 {
    padding: 33px 15px 5px 15px;
  }
}
@media (max-height: 320px) {
  .login100-pic {
    display: none;
  }
  .wrap-login100 {
    padding: 15px 15px 5px 15px;
  }
}

/*# sourceMappingURL=login.css.map */
