:root{
    --font: 'Poppins', sans-serif;
    --size: 13px;
}

body{
	font-size: var(--size);
	font-family: var(--font);
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.auth{
	max-width: 92%;
	width: 350px;
	margin: 15px auto;
}

.auth .logo img{
	width: 95px;
	display: inline-block;
}