.container {
  display: flex; 
  min-height:80vh;
}
.child {
  margin: auto;  
}
.field
{
	background-color:#f2f2f2;
}
.frame
{
	padding:10px 0 0 0;
}
.text {
	font-family:Roboto;	
	color:#1f1f1f;
	text-align:center;
	margin:30px 0 15px;
	font-size:20px;
}