html,
body {
	position: relative;
	width: 100%;
	height: 100vh;
}

body {
	color: #333;
	margin: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

label {
	display: block;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-weight: bold;
}

ul {
	list-style: none;
	padding: 0;
}

.app-form {
	width: 70%;
	height: 80px;
	font-size: 30px;
	padding: 10px 20px;
	margin: 20px;
}

.qr-code {
	height: 140px;
	position: fixed;
	bottom: 7px;
	right: 7px;
}

.fa-solid {
	padding-right: 5px;
}
