/**************************************************************
 *	PROGRAMADO POR: Javier Rico Motos y Sergio Santos Belmonte 
 *	EMAIL: info@zuinqstudio.com 
 *	WEB: http://www.zuinqstudio.com 
 *	© Todos los derechos reservados 
 ***************************************************************/ 

html, body {
	height: 100%;
}

body {
	background-color: #e6e6e6;
	font-family: lato, Verdana, Helvetica, "Gill Sans", sans-serif;
}

body #body,
body .wrapper,
body #contenido,
body #contenido-texto {
	height: 100%;
}

.btn,
.btn:hover {
	color: #fff;
	background-color: var(--color-principal);
	padding: 15px;
	font-weight: bold;
}

.label-captcha {

}

.label-captcha .captcha-wrapper {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}

.label-captcha .captcha-wrapper img {
}

.label-captcha .captcha-wrapper a {
	bottom: 5px;
	right: 5px;
	position: absolute;
	font-size: 20px;
}

.label-captcha .captcha-wrapper a:hover {
	text-decoration: none;
}

.sombra-folio {
	position: relative;
}

.sombra-folio:before, .sombra-folio:after {
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 150px;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.sombra-folio:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

body #contenido-texto {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

body #contenido-texto div.registro {
	margin: auto;
	max-width: 480px;
	padding: 50px 60px;
}

body div.registro div.sombra-folio {
	background-color: #fff;
	padding: 40px;
}

body div.registro h2 {
	color: var(--color-principal);
	font-weight: bold;
	text-transform: uppercase;
	margin: 22px 10px;
	font-size: 17px;
	line-height: 1.1em;
	text-align: center;
}

body div.registro p {
	text-align: center;
	margin: 20px 0;
	font-size: 15px;
	line-height: 1.2em;
}

body div.registro a.logo {
	display: block;
	text-align: center;
}

body div.registro a.logo img {
	height: 48px;
}

body div.registro fieldset .contenido {
	margin: 0;
	padding: 0;
	max-width: inherit;
}

body div.registro label {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: normal;
	display: block;
}

body div.registro label .label-label {
	padding-bottom: 5px;
	color: #4d4d4d;
	font-weight: normal;
}

body div.registro label .label-contenido {
}

body div.registro label .label-contenido input[type=text],
body div.registro label .label-contenido input[type=password] {
	height: 65px;
	line-height: 65px;
	border: 1px solid #bcc7c9;
	background-image: none;
	padding: 0 20px;
	width: 100%;
}

body div.registro label .label-contenido input#idCodigoSocio {
	text-transform: uppercase;
}

body div.registro label .label-contenido .error {
	font-size: 0.8em;
	color: #CC0000;
}

body div.registro label .label-contenido .ayuda {
	display: none !important;
}

body div.registro label.inputError .label-contenido input[type=text],
body div.registro label.inputError .label-contenido input[type=password] {
	border-color: #CC0000;
	color: #CC0000;
}

body div.registro button.icono {
	width: 100%;
}

body div.registro button.icono .svg {
	right: 25px;
}

body .botonVolver {
	margin-top: 20px;
}

body .ir-a-web {
	display: block;
	margin-top: 17px;
	text-align: center;
	color: var(--color-principal);
	font-weight: normal;
}

body textarea,
body select,
body input[type=file],
body input.inputTexto {
	height: 40px;
	line-height: 40px;
	color: #94a5ae;
	border-color: #94a5ae;
}

body ::-webkit-input-placeholder {
	color: #94a5ae;
}

body :-moz-placeholder {
	color: #94a5ae;
}

body ::-moz-placeholder {
	color: #94a5ae;
}

body :-ms-input-placeholder {
	color: #94a5ae;
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	/** Login */
	body {
		background-color: #fff;
	}

	body #contenido-texto div.registro {
		position: inherit;
		margin: 0;
		padding: 0;
		top: inherit;
		min-width: inherit;

		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}

	.sombra-folio:before,
	.sombra-folio:after {
		display: none;
	}

}







