
div#divLogin
{
	position:absolute;
	top:50%;
	left: 50%;
	width:350px;
	height:250px;
	margin-left:-175px;
	margin-top:-125px;
}

span#lblEmail
{
	position:absolute;
	left:0px;
	top:100%;
	width:40%;
	text-align:right;
	margin-top:-100px;
}

input#txtEmail
{
	position:absolute;
	left:43%;
	top:100%;	
	width:175px;
	margin-top:-103px;
}

span#lblPassword
{
	position:absolute;
	left:0px;
	top:100%;
	width:40%;
	text-align:right;
	margin-top:-69px;
}

input#txtPassword
{
	position:absolute;
	left:43%;
	top:100%;
	width:175px;
	margin-top:-72px;
}

input#btnLogin
{
	position:absolute;
	left:255px;
	top:100%;
	width:75px;
	height:26px;
	margin-top:-36px;
}

img#imgLogo
{
	position:absolute;
	left:10px;
	top:10px;
	width:330px;
	height:120px;
	border:1px solid black;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {



} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


	
} 
