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

/* line 3, ../sass/login.scss */
html {
  height: 100%;
  background-color: #000;
}

/* 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: url(../img/login_background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif;
  padding-bottom: 20px;
  min-height: 100vh;
}

/* 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;
}

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

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

/* line 49, ../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;
}


.registration-box h1 {
  font-size: 24px;
}

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

/* line 63, ../sass/login.scss */
.registration-box .messages {
  margin-top: 5px;
  
}
.registration-box .form-actions {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.registration-box .input-group-addon, .registration-box input, .registration-box textarea  {
  background: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.registration-box .input-group-addon {
  padding-left: 0;
}

.registration-box .form-group {
  margin-bottom: 12px;
}

.registration-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.registration-box .no-mt {
  margin-top: 0px!important;
  margin-bottom: 10px;
}

.form-control::-webkit-input-placeholder {
  font-weight: lighter;
}

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

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

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

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

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

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

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

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

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

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

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

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

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