*{
	margin: 0;
	padding: 0;

}

body{ 
	background-color: #FFFEFC;
}

.container{
	display: flex;
	justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    height: calc(100vh - 20px);
}

.main{
	width: 400px;
	max-width: 90vw;
}

.logo{ 
	width: 100%; margin-bottom: 20px;
	display: flex; justify-content: center; 
}

.logo img{ width: 200px; }

form{ display: flex;
	flex-direction: column;
	justify-content: center;
}

.qr{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.qr img{ width: 250px; }

.promo{ 
	width: 250px; font-size: 20px;
	padding: 2px 5px 2px 5px;
	font-family: "Arial"; font-weight: bold; color: red; width: fit-content;
}

.promo.second{ 
	font-size: 15px;
	color: black;
	padding: 0; margin: -7px;
}

.return{ margin-top: 45px; }

