input, input[type="submit"] {
	margin-top: 30px;
	color: var(--text);
	background-color: rgb(255, 255, 255, 0.7);
}

input[type="submit"] {
	width: inherit;
	margin: 0 auto 20px;
	padding: 3px 40px;
	font-size: 22px;
	font-weight: normal;
}

input[type="submit"]:hover {
	background-color: rgb(191, 191, 191, 0.7);
	color: white;
}

header, article {
	background-color: rgba(0,0,0,0.7);
}

article {
	width: 500px;
}

.prihlaseni-pozadi {
	background-position: top;
}

::placeholder {
	color: var(--text);
}
