:root {
	--bs-primary: rgb(27, 110, 194);
}

.btn-primary {
	color: rgb(255, 255, 255);
	background-color: var(--bs-primary);
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	font-weight: 400;
	font-size: 0.9rem;
	border-color: rgb(24, 97, 172);
}

input {
	appearance: menulist-button;
	background-image: none !important;
	background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
	color: fieldtext !important;
}

.container {
	max-width: 960px;
}