/*----------------------------------------
    Login Page
------------------------------------------*/

#login-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

#login-page .card-panel.border-radius-6.login-card {
  margin-left: 0 !important;
}

@media only screen and (max-width: 991px) {
    .responsive1 {
        max-width: inherit;
        max-height: inherit;
        border-bottom: 1px solid #fff;

    }
}

.input-group {
  display: table;
}

.input-group input, .suffix {
  display: table-cell;
}

.suffix {
  width: 1%;
  right: 40px;
  z-index: 9999;
  position: absolute;
  top: 10px;
}

#cover-home.kattegat {
  background: #000 url(/static/images/tusdocumentos_kattegat_login_background.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: gray;
}

.login-footer {
  text-align: center; 
  margin-top: 20px;
}