form .errors {
	color: #cc0000;
	margin-top: 2rem;
}

form .error {
	margin: 0;
	font-size: 90%;
}

.discounted-price-container {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.discounted-price {
	display: flex;
	flex-direction: column;
}

.discounted-price .discount-name {
	font-size: smaller;
	white-space: nowrap;
}

.price-no-discount {
	margin-left: 30px;
	text-align: right;
}

.price-no-discount, .theme-slrs .price-no-discount .amount {
	font-size: 14px;
	color: rgba(102, 102, 102, .7);
	text-decoration: line-through;
}

.private-login-form{
	padding: 1em;
	max-width: 32em;
	margin: 6em auto 20em auto;
	height: 100%;
}