@charset "UTF-8";

@media all {
	form[name="edit"] {
		height: calc(100svh - 20px);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.logo-container {
		text-align: center;
	}

	img.logo {
		height: 150px;
	}

	.login-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin-top: 20px;
	}

	.login-container input {
		font-size: 20px;
	}
}