.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;
}