#oauth #register-form,
#oauth #login-form {
	display: none;

}

#oauth #showRegisterForm,
#oauth #showLoginForm {
	cursor: pointer;
	color: #007ab2;
	text-decoration: underline;
}

#oauth #register-form .optin-privacy .required {
	color: #ff4040;
}

#openid-provider-list {
	padding: 0;
	width: auto;
	min-width: 13em;
	font-size: x-large;
}

#openid-provider-list li {
	margin-bottom: 15px;
	list-style: none;
	margin-left: 0;
}

#openid-provider-list li:not([class="page_login"]) a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #007ab2;
}

#openid-provider-list li:not([class="page_login"]) a img {
	margin: 9px 6px 0 12px;
	max-height: 22px;
	max-width: 22px;
}

#openid-provider-list li:not([class="page_login"]) a > div {
	min-width: 215px;
	min-height: 42px;
	max-height: 42px;
	background-color: #eee;
	box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	white-space: nowrap;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-top-color: #bbbbbb;
	border-radius: 3px;
}

#openid-provider-list li:not([class="page_login"]) a > div > span {
	position: relative;
	bottom: 2.5vh;
}

.margin-top-30 {
	margin-top: 30px;
}

#openid-provider-list li:not([class="page_login"]) a div:hover {
	-webkit-box-shadow: 0 0 2px 2px rgba(187, 187, 187, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(187, 187, 187, 0.6);
	box-shadow: 0 0 2px 2px rgba(187, 187, 187, 0.6);
}

.page_openid_login .page_login {
	-webkit-box-shadow: 0 0 2px 2px rgba(221, 221, 221, 0.5);
	-moz-box-shadow: 0 0 2px 2px rgba(221, 221, 221, 0.5);
	box-shadow: 0 0 2px 2px rgba(221, 221, 221, 0.5);
}

.page_openid_login .page_login .login {
	padding: 20px 0 1px 0;
	margin: auto;
}

.page_openid_login .page_login .login input {
	max-width: 100%;
}

.page_openid_login .page_login .login .fields > div {
	padding-bottom: 5px;
}

.openid-error {
	background-color: #f8d7da;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #f5c6cb;
	color: #721c24
}

.openid-info {
	background-color: #d1ecf1;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #bee5eb;
	color: #0c5460;
}

#openid-choice-select{
	margin-bottom: 40px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#openid-choice-select li{
	margin-bottom: 15px;
}

.page_oauth{
	min-height: 65vh;
}

/* Cambios UCLM */

/* div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page page_openid_login { */
.pkp_structure_content.has_sidebar {
	justify-content: center;
	display: grid;
}
.page.page_openid_login h1 {
	display: none;
}
#openid-provider-list li:not([class="page_login"]) a {
	color: #971a2b;;
	font-size: x-large;
}
#openid-provider-list li:not([class="page_login"]) a > div {
	max-height: inherit;
}
#openid-provider-list li:not([class="page_login"]) a > div > img {
	height: 2em;
	width: 2em;
	max-width: unset;
	max-height: unset;
	margin: 10px 10px 5px 10px;
}

#givenName, #familyName, #email {
	color: white;
	background-color: #9d1730;
	font-weight: bold;
	font-style: italic;
}

#login-form fieldset.login div.username,
#login-form fieldset.login div.password,
#login-form div.buttons {
	display: none;
}

/* FIN Cambios UCLM */