.app-fss-form-input-password {
    position: relative;

        .password-button {
            color: var(--fss-royal-blue) !important;
            cursor: pointer;
        }

        .disabled {
            color: var(--fss-disabled-grey-alt) !important;
            cursor: default !important; 
        }

        mat-error:not(:first-of-type) {
            display: none;
        }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
