@charset "UTF-8";
/* 
	#1 generic elements	

	# form elements
*/

/* #1 generic elements */

	body {
/*		background: #f26522;
*/		
		height:100%;
		text-align:center;
		/*degradado del fondo*/
		background: rgb(4,4,12); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDQwNDBjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg3OTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(-45deg,  rgba(4,4,12,1) 0%, rgba(135,147,158,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(4,4,12,1)), color-stop(100%,rgba(135,147,158,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(4,4,12,1) 0%,rgba(135,147,158,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(4,4,12,1) 0%,rgba(135,147,158,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(4,4,12,1) 0%,rgba(135,147,158,1) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(4,4,12,1) 0%,rgba(135,147,158,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04040c', endColorstr='#87939e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}

	a {
		color: #FFF;
		text-decoration: none;
	}

	li {
		vertical-align: top;
		width: auto; 
		display: block;
		list-style: none;
		margin-left: 5px;
		margin-bottom: 1em;
	}


	.narrow{
		max-width: 75em;
		margin: 0 auto;
		padding: 0 1em;
	}

	.veryNarrow{
		max-width: 35em;
		margin: 0 auto;
		padding: 0 1em;
	}

	.wide{
		width: 100%;
	}

	.clear {
		clear: both;
	}

	.hidden {
		display: none;
	}

	.title02 {
		margin: 1em 0 .5em 0;
		font-size: 3em;
		font-family: 'OxygenLight';
		line-height: 1;
		text-align: left;
		opacity: .6;
	}

	.title03 {
		margin: 0.875em 0;
	}
	
	a[rel="logo"] {
		margin-bottom: 4.95em;
	}

/* #1 form elements */

	.identityProviderContent{
		width: 100%
	}

	.identityForm{
	}

		.identityForm .form {
			padding: 2em 0 8em 0;
			text-align: left;			
		}

			.identityForm .form p{
				font-size: 1.3em;
			}

			.identityForm .form .textBox{
				
				background-color: rgba(256,256,256,.3);
				border: 1px solid #fff;
				color: #fff;
				width: 100%;
				margin-bottom: 20px;
				padding: 5px;
				font-size: 1.5em;
				font-family: 'OxygenLight';
				line-height: 1.5em;
			}

				.identityForm .form .textBox.sinMargen{
					margin-bottom: 0;
				}

			.identityForm .form .button, .identityForm .title .button {
				float: right;
				width:auto;
				display:inline-block;
				background:rgb(230, 95, 0) ;
				padding:0 1em;
				border:0;
				color:#fff;
				font-size:1.875em;
				font-family: 'OxygenLight';
				text-decoration: none;
				line-height:1.35;
				vertical-align:baseline;
				text-align: center;
				margin-top: 0.5em;
				border-radius: 5px;
				box-shadow: 0 0 10px rgba(0,0,0,.4);
			}

			.identityForm .form .button:hover, .identityForm .title .button:hover{
				background:rgb(230, 150, 120) ;
			}

			.identityForm .form #cancelPasswordChange{
				float: left;
				margin-top: 0.65em;
				font-size: 1.5em;
				margin-left: 2em;
				text-decoration:underline;
			}

			.identityForm .form .loginLinks {
				float: left;
				width:auto;
				display:inline-block;
				margin-top: 0.65em;
				font-size: 0.7em;
				width: 50%;
			}

			.identityForm .form .loginLinksWide {
				float: left;
				width:auto;
				display:inline-block;
				margin-top: 2em;
				font-size: 1em;
				width: 100%;
			}
			
			.identityForm .form .error {
				margin:0 0 .3em 0;
				color:#D00;
				font-size:1.2em;
			}
			
				.identityForm .form .error a {
					text-decoration:underline;
					color:#444;
				}

				.identityForm .form p.error  {
					background: rgba(255, 255, 255, .8);
					padding: .5em;
					border-radius: 5px;
				}
				
			.identityForm .form input.error {
				margin:0 0 1em 0;
				color:#fff;
				font-size: 1.688em;
				border:1px solid #FF9090;
				background:#9E6565;
			}
			
			.identityForm .form .info, .identityForm .form .info p {
				margin-bottom:1em;
				font-size:1.3em;
			}

			.identityForm .form .changePasswordLink a{
				font-size: 0.6em;
				text-decoration: underline;
				display: inline-block;
				width: 100%;
				text-align: center;
				margin-bottom: 4em;
			}

			.identityForm .form .disabled{
				color: #C9C9CE;
			}

		.identityForm.confirm {
			margin-bottom: 8em;
		}

			.identityForm.confirm .messageblock {
				background: rgba(255, 255, 255, .4);
				box-shadow: 0 0 10px rgba(0, 0, 0, .4);
				border-radius: 3px;
			}

				.identityForm.confirm .messageblock span{
					font-family: CianoplanIcons;
					font-size: 4em;
					padding: .5em;
					display: block;
				}

			.identityForm.confirm p {
				padding: .5em;
				font-size: 1.3em;
				text-align: left;
			}

		.identityForm.tusDatos {
			margin-bottom: 8em;
		}

			.identityForm.tusDatos section.veryNarrow{
				float: none;
			}

	.identityForm .form .passwordStrength {
		height: 21px;
		margin-top:17px;
	}

		.identityForm .form .passwordStrength div{
			position: relative;
			top:-23px;
			left:0;
			display: inline-block;
			width: 100%;
			height: 3px;
			background-color: #c5c5c5;
			line-height:1;
		}

			.identityForm .form .passwordStrength div span{
				position: absolute;
				top:0;
				left:0;
				display: inline-block;
				height: 100%;	
				line-height:1;	
			}

				.identityForm .form .passwordStrength#weakPassword span{
					width: 20%;
					background-color: #DE1912;				
				}

				.identityForm .form .passwordStrength#normalPassword span{
					width: 50%;
					background-color: #FFAF3B;				
				}

				.identityForm .form .passwordStrength#strongPassword span{
					width: 100%;
					background-color: #00BE3B;				
				}

		.identityForm .form .passwordStrength p{
			position: relative;
			top: -24px;
			text-align: center;
			font-size: 0.9em;
		}

			.identityForm .form .passwordStrength#weakPassword p{
				color: #DE1912;				
			}

			.identityForm .form .passwordStrength#normalPassword p{
				color: #FFAF3B;				
			}

			.identityForm .form .passwordStrength#strongPassword p{
				color: #00BE3B;				
			}

	.identityForm .form .picker__select--month, .identityForm .form .picker__select--year{
		padding: 0.4em 0.25em;
	}

		.identityForm .form .picker__select--month option, .identityForm .form .picker__select--year option{
			border: none;
		}
		
	.cerrarSesion {
		margin:0 0 2em 0;
		font-size:1.2em; 
		line-height:2;
	}
#hs-eu-cookie-confirmation {
	display: none;
}

