@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');

html, body {
	font-family: 'Prompt', sans-serif;
	background: url(../images/login/bg.png) no-repeat;
	background-size: cover;
}


