html , body{
	height:100%;
}

body {
	color: #73879C;
	background: #2A3F54;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.471
}

.header{
	height:50px;
	/*background-color: #A9B2FA;
	background-color: #E2E2E2;*/
	background-color: #262626;
}

.titulo-header{
	/*color: #00052B;*/
	color: #fff;
	font-size: 20px;
	/*padding: 10px 15px;*/
}

.div-form-input{
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.form-control-input-symbol{
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	pointer-events: none;
	color: #666666;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.form-control-login{
	background-color: #E5E5E5 !important;
	color: #4d4d4d !important;
	padding: 0 30px 0 68px;
}

.form-control-login::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666666;
}

.form-control-login:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
	opacity: 1;
}

.form-control-login::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
	opacity: 1;
}

.form-control-login:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}

.form-control-login:focus {
	/*border: 1px solid rgba(221, 226, 232, 0.49) !important;*/
	/*border-right: 0*/
	background-color: #f2f2f2 !important;
}

.div-centered{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btn-rounded {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px !important;
	line-height: 1.5;

	width: 50%;
	height: 50px;
	border: 0px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #262626;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.submit:hover{
	background: #000;
	color: #FFF;
	width: 60%;
}

.login-pic {
	z-index: 23;
	/*width: 316px;
	height: 316px;

	position: absolute;
	top: 20%; 
	left: 5%;*/

	width: 350px; /* 250px */
	height: 250px; /* 250px */

	position: absolute;
	top: 19%; /* 22%*/
	left: 5%; /* 10% */

	/*transform: translate(-50%,-50%);
	width: 200px;
	height: 200px;*/

	background-color: rgba(204, 204, 204, 0.3);
	padding: 20px 20px;
	border-radius: 20px 20px 20px 20px; /* 50px 50px 50px 50px; */
	-moz-border-radius: 20px 20px 20px 20px; /* 50px 50px 50px 50px; */
	-webkit-border-radius: 20px 20px 20px 20px; /* 50px 50px 50px 50px; */
}

.login-pic img {
	max-width: 100%;
	height: 100%;
	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

/**************************************************************************/

.login {
	/*background: #F7F7F7*/
	background: #EAEAEA
}

.login .fa-paw {
	font-size: 26px
}

a.hiddenanchor {
	display: none
}

.login_wrapper {
	width: 960px;
	height: 450px;
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	overflow: hidden;

	right: 0px;
	margin: 0px auto;
	margin-top: 1%;

	padding: 30px 100px 33px 45px;

	position: relative;

	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
}

.recover_form,
.registration_form,
.login_form {
	position: absolute;
	top: 8%;
	left: 45%;
	width: 400px;
}

.recover_form {
	z-index: 21;
	opacity: 0;
	/*width: 100%*/
	top: 8%;
	left: 50%;
	width: 290px;
}
.registration_form {
	z-index: 21;
	opacity: 0;
	/*width: 100%*/
	top: 8%;
	left: 50%;
	width: 290px;
}

.login_form {
	z-index: 22
}

#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
	z-index: 22;
	animation-name: fadeInLeft;
	animation-delay: .1s
	left: 5%;
	width: 400px;
}

#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
	animation-name: fadeOutLeft;
	left: 50%;
	width: 290px;
}

#recover:target ~ .login_wrapper .recover_form,
#signin:target ~ .login_wrapper .login_form {
	z-index: 22;
	animation-name: fadeInLeft;
	animation-delay: .1s
	left: 5%;
	width: 400px;
}

#recover:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .recover_form {
	animation-name: fadeOutLeft;
	left: 50%;
	width: 290px;
}

.animate {
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both
}

.login_box {
	padding: 20px;
	margin: auto
}

.left {
	float: left
}

.alignleft {
	float: left;
	margin-right: 15px
}

.alignright {
	float: right;
	margin-left: 15px
}

.clearfix:after,
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.login_content {
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	min-width: 280px;
}

.login_content a,
.login_content .btn-default:hover {
	text-decoration: none;
}

.login_content a:hover {
	text-decoration: underline
}

.login_content h1 {
	font: normal 25px Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin: 10px 0 30px;
}

.login_content h1:before,
.login_content h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 27%;
}

.login_content h1:before {
	background: #7e7e7e;
	background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
	left: 30px;
	max-width: 70px;
}

.login_content h1:after {
	background: #7e7e7e;
	background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
	right: 30px;
	max-width: 70px;
}

.login_content h1:before,
.login_content h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 20%
}

.login_content form {
	margin: 20px 0;
	position: relative
}

.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
	border-radius: 3px;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	border: 1px solid #c8c8c8;
	color: #777;
	margin: 0 0 20px;
	width: 100%
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #A97AAD inset;
	background-color: #fff;
	border: 1px solid #A878AF;
	outline: none
}

#username {
	background-position: 10px 10px !important
}

#password {
	background-position: 10px -53px !important
}

.login_content form div a {
	font-size: 12px;
	margin: 10px 15px 0 0
}

.reset_pass {
	margin-top: 10px !important
}

.login_content div .reset_pass {
	margin-top: 13px !important;
	margin-right: 39px;
	float: right
}

.separator {
	border-top: 1px solid #D8D8D8;
	margin-top: 10px;
	padding-top: 10px
}

.button {
	background: #f7f9fa;
	background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	padding: 15px 0
}

.login_content form input[type="submit"],
#content form .submit {
	float: left;
	margin-left: 38px
}

.button a {
	background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
	color: #7E7E7E;
	font-size: 17px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	transition: all 0.3s ease
}
.button a:hover {
	background-position: 0 -135px;
	color: #00aeef
}

/************************************** ANIMACIÓN DE ERROR EN LOGIN *************************************************/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}