.auth-one-bg{
    background-image: url(../images/auth-one-bg.jpg);
    background-position: center;
    background-size: cover;
}
.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-overlay-system{
  background-color: #405189;
}
.bg-colors{
  background: linear-gradient(-45deg, #405189 50%, #0ab39c);
  position: absolute;
  height: 100%;
  width: 100%;
}
.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.shape>svg {
    width: 100%;
    height: auto;
    fill: var(--vz-body-bg);
}
.particles-js-canvas-el{
    position: relative;
}
.auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}
.text-information{
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .5);
  font-family: "Montserrat", sans-serif;
}
.logo-system-login{
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 70px;
}
.btn-eye{
    position: absolute !important;
    top: 3px;
    right: 0;
    color: rgb(0 0 0 / 25%);
    background: transparent;
}
.btn-eye:hover{
    color: rgb(0 0 0 / 75%);
}
#password{
  border-radius: 0.25rem;
}
.footer-system {
    height: 60px;
    margin-top: auto;
}

/* styles login tenant */
.article-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: max-content;
    width: 100%;
    position: relative;
    border-radius: 4px 0 0 4px;
}
.section-login-tenant{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth__logo {
  position: absolute;
  max-width: 90px;
}

.auth__logo.top-left {
  left: 30px;
  top: 30px;
}

.auth__logo.top-right {
  right: 30px;
  top: 30px;
}

.auth__logo.bottom-left {
  top: -35px;
  left: 100%;
  transform: translateX(-50%);
  max-width: 110px;
}

.auth__logo.bottom-right {
  bottom: -35px;
  left: 100%;
  transform: translateX(-50%);
  max-width: 110px;
}
.container-login-tenant{
  max-width: 1115px;
  height: auto;
  background-color: #ffffff;
  border-radius: 4px;
}
.container-form-login{
  border-radius: 0 4px 4px 0;
}
label{
  color: #212529;
  font-weight: 500 !important;
}
.btn-signin {
    background-color: #0ab39c;
    font-weight: 600;
    color: #fff;
}
.btn-signin:hover {
    background-color: #099885;
    border-color: #099885;
}
.btn-signin:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(10 179 156 / 40%);
}
.welcome-text{
  color: #405189;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.text-muted{
  color: #878a99 !important;
}
.text-authenticate-link, .text-authenticate-link:hover{
  color: #405189;
}
input.form-control:focus{
  border-color: #b3b9d0;
  box-shadow: none;
}
/* Responsive */
@media (max-width: 1150px) {
  .container-login-tenant{
    max-width: 930px;
  }
}
@media (max-width: 991px) {
  .app {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    overflow-x: hidden;
    padding: 2rem 0;
  }
  .container-login-tenant{
    max-width: 720px;
  }
  .article-bg-image{
    height: 280px;
    border-radius: 4px 4px 0 0;
  }
  .auth__logo.bottom-left {
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .auth__logo.bottom-right {
    bottom: -185%;
    left: 50%;
    transform: translateX(-50%);
  }
  .container-register-tenant .auth__logo.bottom-right {
    bottom: -230%;
  }
}
@media (max-width: 750px) {
  .container-login-tenant{
    max-width: 540px;
  }
}
@media (max-width: 560px) {
  .section-register-tenant {
    margin: 2.5rem auto;
  }
  .container-login-tenant{
    max-width: 95%;
  }
  .container-form-login{
    padding: 1rem !important;
  }
  .auth__logo.bottom-right {
    bottom: -175%;
  }
  .container-register-tenant .auth__logo.bottom-right {
    bottom: -215%;
  }
}