.login-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.login-header img {
	width: 100%;
	max-width: 60px;
}
.login-row {
	min-height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.col-login {
	width: 100%;
	max-width: 400px;
}
.bg-glass {
	background: rgb(255 255 255 / 1%);
	border: 1px solid rgb(255 255 255 / 10%);
}
.token-input {
	font-size: 20px;
	padding: 1rem;
}