/***** NOVO LOGIN *******/

body {
  height: 100%;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  background-color:#EFEFEF;
  color:#FFF;
  font-size: 10px;
}

.login {
  background: white;
}


html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}


.login-form {
  width: 100%;
  /* height: 100%; */
}


.login-form h2 {
  text-align: center;
  font-weight: normal;
  color: black !important;
  margin: 5em 0;
}

.login-form h1 {
  margin: 1.0em 0;
  padding: 0;
  text-align: center;
  color: #A73093;
  font-weight: normal;
  text-transform: uppercase;
}

.login-form .form-input {
  margin: 1em auto;
  text-align: center;
}

.login-form .form-input .input {
  border: 1px solid #d9d9d9;
  border-top-color: #c0c0c0;
  height: 30px;
  padding: 0 1em;
  color: #A73093;
  width: 80%;
  font-size: 12px;
  font-family: Verdana;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.login-form .form-input.form-show .input {
    display: inline-block;
      line-height: 30px;
        text-align: left;
      }

.login-form .form-input .input:focus {
  border: 1px solid #A73093;
  outline: none;
  background: white;
}

.login-form .form-input label {
  display: block;
  color: #A73093;
  text-align: left;
  font-size: 12px;
  width: 80%;
  margin: 0px auto 2px;
  left: -10px;
  position: relative;
}

.form-actions {
  margin: 0 auto;
  text-align: center;
}

.btn-login {
  color: white;
  background-color: #A73093;
  outline: none;
  border: none;
  height: 30px;
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn-resultados:visited,
.btn-resultados:link,
.btn-resultados {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #A73093;
  outline: none;
  border: none;
  height: 30px;
  line-height: 30px;
  width: 250px;
  margin: 1em auto;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn-login:hover {
  cursor: pointer;
  background-color: #903590;
}


.client-logo {
  text-align: center;
  padding-top: 2em;
  width: 100%;
}


.login .footer {
  background: #A73093;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  position: fixed;
  bottom: 0px;
}

.login .footer h1 {
  display: inline-block;
  float:left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 9px;
  height: 45px;
  line-height: 45px;
}

.login .footer img {
  float:left;
  margin: 7px 0;
  height: 30px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.input-data{
  width:100%;
  position: relative;
}

.input-data.data-placeholder::before{
  width:100%;
  content:attr(placeholder);
  background-color:#FFFFFF;
  color: #A9A9AB;
  height: 30px;
  line-height: 30px;
  width: 100%;
  display:block;
  position:absolute;
  margin: 0 -1em;
  padding: 0 1em;
}

.input-data.data-placeholder:hover::before{
  width:0%;
  content:"";
}


@media all and (min-width: 321px) {
  .login-form {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) {
  .login-form {
    width: 50%;
  }
  .client-logo {
    padding-top: 10em;
  }
  .btn-login {
    width: 100px;
  }
}

@media all and (min-width: 1200px) {
  .login-form {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .app-link-images {
    display: none;
  }

  .app-link img {
    width: 60% !important;
  }

  .app-link a {
    display: flex;
    justify-content: center;
  }
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.login-form {
  /* min-height: 100%; */
  /* equal to footer height */
  margin-bottom: -64px;
}
.login-form:after {
  content: "";
  display: block;
}
.footer, .login-form:after {
  height: 64px;
}

.login .flash.notice {
  background: none;
  border:none;
  background-color: #F2DEDE;
}

.login .flash.notice th {
  color: #AB433F;
}

.login .flash.notice table tr:first-child {
  display:none;
}

.app-link { max-width: 250px; margin: 50px auto; }
.app-link .app-link-images { max-width: 150px; margin: 0px auto; }
.app-link img { width: 100%; }

.app-link h2 { color: black; margin: 0; }


table.table {
  width: 100%;
  margin: 1em 0;
  color: #212529;
  border-collapse: collapse;
}

table.table th, table.table td {
  vertical-align: middle;
  padding: .75rem;
  line-height: initial;
  border-top: 1px solid #dee2e6;
}

table.table tr:last-child th, table.table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.info-comprovante {
  line-height: 1.5em;
  width: 100%;
}

.info-comprovante .app-link {
  max-width: 100%;
  margin-top: 10px;
}

.info-comprovante .store-link {
  width: 180px;
  margin-left: -10px;
}

@media print {
  .hidden-print {
    display: none;
  }
}
