.main{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}
.loginform{
	border: 1px solid #ced4da;
	padding: 30px;
	margin-bottom: 100px;
	border-radius: 5px;
}
.loginbtn {
	width: 100%;
	text-align: center;
}

