.btn-primary-login:disabled {
    cursor: not-allowed;
    opacity: 0.75;
    filter: grayscale(0.1);
}

.error-text:empty {
    display: none;
}
