@charset "UTF-8";
/* CSS Document */

/* ----------| =Initial Page Structure |---------- */ 


body {
	background-image: url(images/MS-Login.jpg);
	background-repeat: no-repeat;
   
    background-position: center top; 
	width: 1265px; 
	height: 400px;
	position: relative;
	margin-top: 450px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 0;
	
}


#wrap {
margin-left:405px;
margin-top: 655px;
min-width: 500px;
max-width: 500px;
min-height: 200px;
max-height: 200px;
background: #fff;
text-align: center;
}

/* ----------| =Basic Page Elements |---------- */ 


h2 {
font-size: 16px;
color: #fff;
margin-top: 2px;
padding-bottom: 10px;
}

a {
font-size: 13px;
color: #666;
text-decoration: underline;
font-weight: bold;
}




/* ----------| =Header |---------- */ 

#header {
margin-top: 200px;
}


/* ----------| =Form |---------- */ 

#form {
margin-top: 0px;
margin-left: 0px;
padding-top: 0px;
min-height: 20px;
max-height: 20px;
background-color: #fff;
}


/* ----------| =Footer |---------- */ 

#footer {
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b7a629;
}
#footer p{ 
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D11242;
}



#footer a {
text-decoration: none;
color: #fff;
}
