.SIEDiv
{
	border-radius: 15px;
	border: 0px;
	text-align: center;
	padding: 20px; 
	position:fixed;
	width:400px;
	height:390px;
	z-index:70;
	color: #ffffff;
	background-color: rgba(0,0,30,0.9);
	margin-left:auto; /* half of width */
	margin-top:auto;  /* half of height */
	top:50%;
	left:50%; 
	transform: translate(-50%, -50%);
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;	
}

.SIEIcon
{	position: absolute;
	top:-50px;
	left: calc(50% - 50px); 
	width: 100px;
}

.SIEForm
{	text-align: center; }

.SIEForm input
{	padding-left: 10px;
	height: 44px;
	width: 250px;
	box-sizing: border-box;
	outline: none;
	border: none;
	font-family: 'Ubuntu', san-serif;
	font-size: 14px;
	margin-left: 15px; /* this makes up for the "eye" icon on the end of the boxes  */
	border-radius: 5px;

}	

