body{
	background-color:#565656;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
}

#login{
	width:500px;
	height:450px;
	border-radius:20px;
	margin:auto;
	background-color:#d4d4d4;
	position:relative;
	top:200px;
	box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
	color:#727272
}

.login-field{
	width:200px;
	height:30px;
	border-top:1px solid 7E7D7D;
	border-left:1px solid #7E7D7D;
	border-bottom:1px solid #B7B7B7;
	border-right:1px solid #B7B7B7;
}

.login-button{
	padding:10px;
}

#portal-lable{
	color:#6c6c6c;
	font-size:50px;
	font-weight:bold;
	width:300px;
	float:left;
	margin:15px 0 0 15px;
}

#location-lable{
	width:230px;
	height:35px;
	border-bottom-left-radius:10px;
	float:right;
	background-color:#6c6c6c;
	color:#8a8a8a;
	font-size:20px;
	padding:5px 20px 0 0;
	text-align:right;
	font-weight:bold;
	box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#welcome{
	margin:5px 0 0 15px;
	color:#8a8a8a;
	font-size:20px;
	font-style:italic;
	width:200px;
	float:left;
}

.clear{
	clear:both;
}

#dashboard-content{
	width:980px;
	margin:auto;
	position:relative;
	top:200px;
}
#inst-decision-content{
	width:490px;
	margin:auto;
	position:relative;
	top:200px;
}

.dashboard-button{
	width:200px;
	height:100px;
	border-radius:15px;
	background-color:#d4d4d4;
	margin:0 30px 0 0;
	float:left;
	border-top:7px solid #E9E9E9;
	border-left:7px solid #E9E9E9;
	border-bottom:7px solid #6B6B6B;
	border-right:7px solid #827F7F;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#6F6F6F;
	text-shadow: 0px 2px 0px rgba(255,255,255,.5);
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.dashboard-button:hover{
	box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.2);
	cursor:pointer;

}

#portal-lable{
	color:#6c6c6c;
	font-size:50px;
	font-weight:bold;
	width:300px;
	float:left;
	margin:15px 0 0 15px;
}

#location-lable{
	width:230px;
	height:35px;
	border-bottom-left-radius:10px;
	float:right;
	background-color:#6c6c6c;
	color:#8a8a8a;
	font-size:20px;
	padding:5px 20px 0 0;
	text-align:right;
	font-weight:bold;
	box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#back-arrow{
	color:#8a8a8a;
	font-size:40px;
	margin:0 5px 0 15px;
	float:left;
	position:relative;
	top:-18px;
}

#back-link{
	font-size:19px;
	float:left;
	position:relative;
	top:2px;
}

#back-link a{
	text-decoration:none;
	color:#8a8a8a;
}
#back-link a:hover{
	font-weight:bold;
	color:#ffffff;
}



