Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
client.css 335 B
.welcome {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.welcome img {
	mix-blend-mode: color-burn;
}

.form-elements {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
}

.form-input {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}