
body {
	background-color: #f2f2f2;
	color: hsl(0, 0%, 28%);
	font-family: "Stack Sans Headline", sans-serif;
}
input {
	width: 90% !important;
}

label {
	width: 95% !important;
}

.login {
	display: flex;
	flex-direction: column;
	gap: 15px;
	box-shadow: 0px 4px 5px hsla(0, 0%, 0%, 0.03), 0px 4px 5px hsla(0, 0%, 0%, 0.08);
	border: 2px solid hsl(0 0% 85%);
	border-radius: 10px;
	background-color: white;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	align-items: center;
	transform: translate(-50%, -50%);

	min-width: 300px;
	width: 400px;
	max-width: 350px;
	height: 450px;
	resize: horizontal;
}

.box {
	width: 100px;
	height: 100px;
	background-color: oklch(0.670 0.185 55.0);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 65px;
	color: white;
}
