html {
	height: 100vh;
	width: 100vw;
	align: center;
	font-family: arial;
}

.background {
	background-color: lightblue;
}

.login {
	background-color: white;
	width: 400px;
	margin-left: auto; margin-right: auto;


}

.welcome {
	font-family: arial;
	font-size: 30px;
}

.form-group {
	clear: both;
	display: flex;
	align-items: center;
	border: 0px dotted black;
	width: 400px;
}

.icon {
	width: 30px;
	display: inline-block;
	float: left;
}

input[type="text"], input[type="password"] {
	font-size: 24px;
	display: inline-block;
	float: left;
	margin-left: 10px;
font-family: arial;
}

.submit-button {
	margin: 20px;
	font-size: 20px;
font-family: arial;
	}

.register {
margin-left: auto; margin-right: auto;
	margin-top: 20px;
	background-color: white;
	width: 400px;
font-family: arial;
	font-size: 30px;
}

.register-text {
	font-family: arial;
}
