.fullscreen-wrapper {
	height: calc(100vh);
	width: calc(100vw);
	display:flex;
	justify-content: center;
	align-items:center;
} 

input[type=password],input[type=text] {
  width:  100%;
}
label[for=email],label[for=password] {
  width: 100%;
}
