#login h1 a {
	display: none;
	background: none;
	text-indent: 0;
	color: #000;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-bottom: 0;
	overflow: visible;
}

h1, .login-section-divider {
	font-family: Georgia, 'Times New Roman', 'Times', serif;
	text-align: center;
	font-size: 20px;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.strikethrough {
	text-decoration: line-through;
}

#shibboleth_login {
        margin: 5em auto 0;
	font-family: Georgia, serif;
	font-size: 22px;
        font-weight: normal;
        -moz-border-radius: 11px;
        -khtml-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        -moz-box-shadow: rgba(200,200,200,1) 0 4px 10px -1px;
        -webkit-box-shadow: rgba(200,200,200,1) 0 4px 10px -1px;
        -khtml-box-shadow: rgba(200,200,200,1) 0 4px 10px -1px;
        box-shadow: rgba(200,200,200,1) 0 4px 10px -1px;
/*        -moz-box-shadow: rgba(120,120,120,1) 0 4px 18px;
        -webkit-box-shadow: rgba(120,120,120,1) 0 4px 18px;
        -khtml-box-shadow: rgba(120,120,120,1) 0 4px 18px;
        box-shadow: rgba(120,120,120,1) 0 4px 18px;*/
	position: relative;
        padding: 16px 16px 58px 16px;
	background: #fff;
	max-width: 350px;
}

#shibboleth_login p.submit {
	margin: 0;
	padding-top: 0;
}

/*
#shibboleth_login:hover {
        -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
        -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
        -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
        box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
*/

form#loginform {
	background-image: url(../images/logo-login.png);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	padding-top: 88px;
	padding-bottom: 36px;
}

#shibboleth_login > a {
	text-decoration: none;
	color: #4a4a4a;
	display: block;
	height: 96px;
	width: 274px;
	margin: auto 0 auto 0;
}

#shibboleth_login a img {
	float: left;
	height: 72px;
	width: 55px;
	border: none;
}

#shibboleth_login .text {
	position: absolute;
	top: 52px;
	left: 87px;
	margin-top: -20px;
}

#shibboleth_login .description {
	font-size: 16px;
	font-style: italic;
	margin-top: 8px;
}

#login {
	padding-top: 0;
}

#login .password-reset {
	margin-bottom: 16px;
}

#login > p#nav {
	display: none;
}
