/*-------Registration css----------
  Layout only. Colour for the auth screens lives in theme.css so the
  oxblood surfaces and green accents stay in one place.
---------------------------------*/
div.account-div{
	width:100%;
	height:100%;
	padding: 20px;
	margin:0 auto;
	box-sizing: border-box;
}


div.account-div section{
	height: auto;
	padding:40px;
	box-sizing: border-box;
}


/*----media screen for account div-----*/
@media screen and (max-width:800px){
	div.account-div{
	 height: auto;
  }

  div.account-div section{
	transform: translateY(0%);
  }
}
