.auth-2{
	float: none !important;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.auth-body{
	width: 80%;
    margin: 0 auto;
    min-width: 300px;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/*
body{
	font-size: 300%;
}
*/

@media screen and (orientation: portrait) {
	body, html {
		font-size: 130% !important;
	}
}
@media screen and (orientation: landscape) {
	body, html {
		font-size: 150% !important;
	}
}