@font-face {
  font-family: 'Gill Sans MT';
  src: url("../font/gill-sans-mt/gil.ttf") format("truetype");
}
/* line 17, ../sass/login.scss */
* {
  margin: 0;
  padding: 0;
  font-family: 'Gill Sans MT';
}

/* line 22, ../sass/login.scss */
html {
  height: 100%;
  background: url(../img/login_background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 991px) {
  /* line 22, ../sass/login.scss */
  html {
    background-image: none;
    background-color: #fff;
  }
}

/* line 36, ../sass/login.scss */
body {
  background: transparent;
}

#backgroudVideo {
  position: fixed;
  right: 0;
  top: -4%;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 991px) {  
  #backgroudVideo {
    display: none!important;
  }
}

/* line 40, ../sass/login.scss */
.login-box, .registration-box {
  background: rgba(255, 255, 255, 0.85);
}

/* line 43, ../sass/login.scss */
.login-box {
  width: 300px;
  height: 440px;
  padding: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 47, ../sass/login.scss */
.login-box input[type="text"], .login-box input[type="password"], .login-box input[type="email"] {
  border: 0;
  padding: 0 10px;
  height: 40px;
  margin: 5px auto;
}
/* line 53, ../sass/login.scss */
.login-box input[type="text"], .login-box input[type="password"], .login-box input[type="email"], .login-box textarea {
  background-color: #D9E8D2 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
}
@media all and (max-width: 991px) {
  /* line 43, ../sass/login.scss */
  .login-box {
    background: rgba(236, 245, 224, 0.35);
  }
}
/* line 63, ../sass/login.scss */
.login-box a {
  color: #48AB4F;
  text-decoration: none;
}
/* line 67, ../sass/login.scss */
.login-box .btn-signin {
  background-color: #D9E8D2;
  color: #000;
}
/* line 71, ../sass/login.scss */
.login-box .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 77, ../sass/login.scss */
.login-box .remember {
  margin-top: 0;
  float: none;
}
/* line 81, ../sass/login.scss */
.login-box .go-back {
  padding-top: 20px;
  padding-left: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 89, ../sass/login.scss */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}

/* line 93, ../sass/login.scss */
.btn-login, .btn-primary, .btn-info {
  background-color: #48AB4F;
  color: #fff;
}

/* line 98, ../sass/login.scss */
img.logo {
  width: 325px;
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
}

/* line 105, ../sass/login.scss */
div.registration-box {
  margin-top: 30px;
  position: absolute;
  z-index: 99;
}

/* line 112, ../sass/login.scss */
.registration-box .messages {
  margin-top: 5px;
}

/* line 116, ../sass/login.scss */
.registration-box .form-actions a {
  text-decoration: none;
}

/* line 120, ../sass/login.scss */
.registration-box #grpState,
.registration-box #grpCompanyEMail,
.registration-box #grpPersonalEMail,
.registration-box #grpPasswordConfirm {
  float: right;
}

/* line 127, ../sass/login.scss */
.registration-box .input-group-addon, .registration-box input {
  background: #D9E8D2;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 137, ../sass/login.scss */
.registration-box .input-group-addon {
  padding-left: 0;
}

/* line 141, ../sass/login.scss */
.form-control::-webkit-input-placeholder {
  font-weight: lighter;
}

/* line 145, ../sass/login.scss */
.registration-box #inpStateByCombo select {
  border: none;
}

/* line 149, ../sass/login.scss */
.select2-hidden-accessible {
  display: none;
}

/*Extra small devices*/
@media (max-width: 767px) {
  /* line 156, ../sass/login.scss */
  .registration-box #grpState,
  .registration-box #grpCompanyEMail,
  .registration-box #grpPersonalEMail,
  .registration-box #grpPasswordConfirm {
    float: none;
  }

  /* line 163, ../sass/login.scss */
  .registration-box .form-actions a, .registration-box .form-actions button {
    display: block;
    width: 100%;
  }

  /* line 168, ../sass/login.scss */
  .registration-box .form-actions button {
    margin-top: 5px;
  }
}
/* line 174, ../sass/login.scss */
div.support-box {
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  margin-top: 30px;
}

/* line 181, ../sass/login.scss */
.support-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 188, ../sass/login.scss */
.support-box label {
  text-align: left !important;
}

/* line 193, ../sass/login.scss */
.no-margin-lateral {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 200, ../sass/login.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border: none;
  background: transparent;
  text-decoration: underline;
}

/* line 206, ../sass/login.scss */
#privacy-disclaimer .modal-dialog {
  width: 80%;
}

/* line 210, ../sass/login.scss */
#privacy-disclaimer .modal-dialog iframe {
  width: 100%;
  height: 70vh;
}

/* line 215, ../sass/login.scss */
.privacy-info {
  margin-right: 10px;
  font-weight: bold;
}

@media all and (max-width: 769px) {
  /* line 221, ../sass/login.scss */
  .privacy-info {
    float: left;
    width: 75%;
    text-align: left;
  }

  /* line 226, ../sass/login.scss */
  #privacy-disclaimer .modal-dialog {
    width: initial;
  }
}
/* line 231, ../sass/login.scss */
.login-logo img {
  margin: 10px;
  max-height: 140px;
}

/* line 236, ../sass/login.scss */
.login-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 241, ../sass/login.scss */
.login-footer img {
  max-width: 60%;
}

/* line 246, ../sass/login.scss */
.login-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/BarraVerde.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 991px) {
  /* line 246, ../sass/login.scss */
  .login-header {
    background-image: url(../img/BarraVerde_Movil.png);
  }
}

/* line 259, ../sass/login.scss */
.absolute-center {
  position: absolute;
  top: -160px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* line 268, ../sass/login.scss */
.title-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 40%;
  padding: 100px;
  z-index: 9999;
}
/* line 276, ../sass/login.scss */
.title-container #title2 {
  position: absolute;
  left: -8px;
}
/* line 279, ../sass/login.scss */
.title-container #title2 img {
  max-width: 60%;
}

/* line 285, ../sass/login.scss */
.position-relative {
  position: relative;
}

@media (max-width: 991px) {
  /* line 290, ../sass/login.scss */
  body, html {
    background-color: #fff;
  }

  /* line 293, ../sass/login.scss */
  .title-container {
    position: static;
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
  }
  /* line 300, ../sass/login.scss */
  .title-container #title2 {
    position: static;
  }
  /* line 302, ../sass/login.scss */
  .title-container #title2 img {
    margin: 0 auto;
  }

  /* line 307, ../sass/login.scss */
  .login-box {
    position: static;
  }
}
@media (max-width: 767px) {
  /* line 313, ../sass/login.scss */
  .login-footer {
    position: static;
    margin-top: 25px;
  }
  /* line 316, ../sass/login.scss */
  .login-footer img {
    width: 100%;
    max-width: 100%;
  }
}
/* line 324, ../sass/login.scss */
.checkbox {
  padding-left: 0;
  margin: 10px 0;
}
/* line 327, ../sass/login.scss */
.checkbox span {
  display: inline-block;
  margin-left: 25px;
}

/* line 333, ../sass/login.scss */
.checkbox input[type="checkbox"] {
  opacity: 0;
}

/* line 337, ../sass/login.scss */
.checkbox label::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #48AB4F;
}

/* line 345, ../sass/login.scss */
.checkbox label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}

/* line 355, ../sass/login.scss */
.checkbox label {
  position: relative;
}

/* line 358, ../sass/login.scss */
.checkbox label::before,
.checkbox label::after {
  position: absolute;
}

/*Outer-box*/
/* line 364, ../sass/login.scss */
.checkbox label::before {
  top: 1px;
}

/*Checkmark*/
/* line 368, ../sass/login.scss */
.checkbox label::after {
  left: 4px;
  top: 5px;
  color: #fff;
}

/*Hide the checkmark by default*/
/* line 375, ../sass/login.scss */
.checkbox input[type="checkbox"] + label::after {
  content: none;
}

/*Unhide the checkmark on the checked state*/
/* line 379, ../sass/login.scss */
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
/* line 384, ../sass/login.scss */
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}


@media (min-width: 992px) {
  .title-container {
    padding: 85px;
  }

  #title1 > img {
    max-width: 300px;
  }
}

@media (max-width: 1296px) {
  #title1 > img {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .title-container img {
    filter: invert(1);
  }

  #title1 > img {
    max-width: 80%;
    margin: auto;
  }
}


