/* ... so you might want to scope it */
input:read-only, 
textarea:read-only,
[contenteditable]:read-only {
	cursor: not-allowed;
}

.login-bg {
	background-color: gray;
}