/* error*/
.error_main
{
	height: 300px;	
	padding-top: 120px;
    /*text-align: center;.*/
	margin: auto;
}


h1{
	color: #494949;
}
.error_header
{
	font-size: 18px;
	font-weight: bold;	
}

.error_position {
	float:left;	
	padding-left: 148px;
}

.invalidsession_main
{
	height: 400px;	
	margin: auto;
	width: 970px;
}


.invalidsession_header
{
	font-size: 18px;
	font-weight: bold;	
	text-align: center;
}


.loggedout_main {
	 background: white;
	 display:inline;
	 float: left;
	 height: 300px;
	 width: 970px;
	 z-index: 100;
}

.pwaapp_main {
	 background: white;
	 display:inline;
	 float: left;
	 min-height: 360px;
	 width: 970px;
	 z-index: 100;
}

.install_header {
	font-size: 18px;
	font-weight: bold;
}

/* styles for  */
@media only screen and  (max-width : 767px) {
	/*--------- ERROR css --------------*/
	/* error*/
	.error_main {
		height: auto;
		padding: 10px;
		padding-top: 40px;
		padding-bottom: 40px;
		/*text-align: center;.*/
		margin: auto;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    flex-direction: column;
	    width: auto;
	}
	
	h1 {
		color: #494949;
	}
	
	.error_header {
		font-size: 18px;
		font-weight: bold;
	}
	
	.error_position {
		float: left;
		/* padding-left: 148px; */
	}
	
	.invalidsession_main {
		height: auto;	
		margin: auto;
		width: auto;
		display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    flex-direction: column;
	    padding: 5px;
	}
	.invalidsession_header {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	
	.loggedout_main {
		background: white;
    	display: flex;
    	align-items: flex-start;
   		justify-content: center;
    	height: 300px;
	    width: 96%;
    	margin: 10px;
	    z-index: 100;
	}
	
	.pwaapp_main{
		background: white;
    	display: flex;
    	align-items: flex-start;
   		/* justify-content: center; */
    	height: auto;
	    width: 96%;
    	margin: 10px;
	    z-index: 100;
	    flex-direction: column;
	}
	
	.install_header {
		font-size: 18px;
		font-weight: bold;
		margin-left: 10px;
	}
}