.w-full, .ui-password {
    width: 100%;
}

.h-full {
    height: 100dvh;
}

.input-color {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    font-weight: 900 !important;
}

.login-button {
    background-color: #147eb8 !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 20px !important;
    border: 1px solid #0288D1;
}

.forgot-password, .sign-up {
    font-size: 1rem !important;
    text-decoration: dashed;
}

.select-rol .ui-inputfield {
    background: #ced4da !important;
}

.main-image {
  background: url("\/establecimientoscssp/javax.faces.resource/login/FONDO_PWC.png.xhtml?ln=images") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  vertical-align: middle;
}

.container-login {
    max-width: 492px;
    padding: 1rem;
}

.text-decoration-none {
    text-decoration: none !important;
}
