/* line 1, ../sass/login.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 3, ../sass/login.scss */
html {
  height: 100%;
  background: url(../themes/front/img/login_background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

/* html {
    height: 100%;
    background: url(../themes/front/img/login_background.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-color: #000;
    background-position-x: center;
    background-position-y: 20%;
} */
/* line 25, ../sass/login.scss */
body {
  background: #fff;
}

/* line 30, ../sass/login.scss */
div.login-box {
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  margin: 45px auto;
}

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

/* line 45, ../sass/login.scss */
a {
  text-decoration: underline;
  color: #428bca;
}

/* line 51, ../sass/login.scss */
div.registration-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 58, ../sass/login.scss */
.registration-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

  /* line 121, ../sass/login.scss */
  .registration-box .form-actions button {
    margin-top: 5px;
  }
}
/* line 128, ../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 135, ../sass/login.scss */
.support-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

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

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

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

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

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

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

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

  /* line 180, ../sass/login.scss */
  #privacy-disclaimer .modal-dialog {
    width: initial;
  }
}
/* line 185, ../sass/login.scss */
.login-logo {
  text-align: center;
}
/* line 187, ../sass/login.scss */
.login-logo img {
  margin: 10px;
  max-width: 300px;
}
