#login {
	margin: 15% 25%;
	font-size: 12pt;
	
}

.text	{
	width: 100%;	
}
label	{
	font-weight: bold;	
}

caption	{
	font-size: 150%;
	font-weight: 600;
	letter-spacing: 0.5em;
	text-decoration: underline;
}

.button, .button:visited	{
	border: 1px outset #444488; 
	background-color: #7889AD;
	color: white;
	padding: 0 0.5em;
}
.button:hover	{
	border: 1px inset #FABC04; 
	background-color: #9BB1DE;
	color: #0E1929;
}
.button:active	{
	background-color: #FABC04;
}

#notice 	{
	text-align: center; 
	font-weight: 900;
	margin-bottom: 1em;
}
#notice p	{
	border: 1px dashed black; 
	display: inline; 
	padding: 0 0.5em;
	
	background-color: #FABC04; 
}
