body {
	background: linear-gradient(#95dcf2 0%, #0811b7 100%);
	font-family: "Noto_Sans", "Roboto", Arial;
	height: 100vh;
}
dialog {
	background-color: white;
	border: 2px gray solid;
	border-radius: 24px;
	padding: 32px;
}
dialog button {
	float: right;
}
.form-floating, .form-control {
	max-width: 350px;
	min-width: 250px;
}
.login-form, .aside-image {
	display: inline-flex;
	justify-content: space-evenly;
}
#bg {
	display: flex;
	justify-content: space-evenly;
	background-color: white;
	border-radius: 24px;
	padding: 2.5em;
	margin: 0;
}
#imgLogo {
	background-color: black;
	max-width: 120px;
	height: auto;
	color: white;
}
/*#imgAside {
	height: fit-content;
}*/
@media screen and (max-width: 767px) {
	#bg {
		padding: 1.5em;
	}
	.aside-image {
		display: none !important;
	}
}