/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
/*Change Backgound image here */
 
body{
	/*background: #000 url(../img/background-image-1.jpg) top center;*/
    /*
    background: #000 url(../img/bg_.png) top center;
    */
}

#login-block{	 
	padding-top: 50px;
	padding-bottom: 25px;
}
#login-block h3{
	/*color: #FFF;*/
    color:#666666;
	text-align: center;
	font-size:1.5em; 
	font-weight: normal;
 
}

.login-box{
	max-width:380px;	
	background: transparent url(../img/login-bg-1.png) repeat;	 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-bottom: 20px;
		
}

.login-logo{
	 text-align: center;
	 padding: 15px 0 10px;
}





.login-form input:focus{
	opacity:1;
	border:1px solid #fff;
}
 

/* Login Button */
.btn.btn-login {
	font-weight: bold;
	font-size: 0.9em;
	width: 120px;
	margin: 20px auto 20px;
	display:block;
	color: white;
	text-transform:uppercase ;	
	text-shadow: 1px 1px 2px #000;
	background: #ffd71d; 
	border: 1px solid #f9be22;
	-webkit-box-shadow: inset 0 1px 2px #ffed96;
	-moz-box-shadow: inset 0 1px 2px #ffed96;
	box-shadow: inset 0 1px 2px #ffed96;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	
}
.btn.btn-login:hover {	 
	background: #f5b406; 
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 0;
	-webkit-box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.59);
	-moz-box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.59);
	box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.59);
}
.login-links a{
	color: #FFF; 
	display:inline-block;
	padding:5px;
	opacity:1; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	text-shadow: 1px 1px 2px #000; 
}
.login-links a:hover{
	text-decoration: none;
	color:#FFF;
	opacity:1; 
	background: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
	color: white; 
	text-shadow: 1px 1px 2px #000;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 25px;
	border-radius: 3px;
}
label.checkbox input{
	width:25px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	/*color:#FFF;*/
	opacity: 1;
	text-shadow: 0px 0px 1px #000;
}

/* Social Login */
.social-login{
	margin:10px 0 5px;
}
.social-login .btn{ 
   text-align: center;
    margin: 5px auto;
    color:#FFF;
    text-shadow: 1px 1px 1px #333;
    width:90%
}
 
.btn.btn-facebook {
	border: 1px solid #2D4479;
	-webkit-box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
	-moz-box-shadow: inset 0 1px 2px #5272bf, 0px 0px 15px #FFF;
	box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
	background: #385496;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#385496));
	background-image: -webkit-linear-gradient(top,#4365B4,#385496);
	background-image: -moz-linear-gradient(top,#4365B4,#385496);
	background-image: -o-linear-gradient(top,#4365B4,#385496);
	background-image: linear-gradient(top,#4365B4,#385496);
	font-size: 12px;
}
.btn.btn-facebook:hover {
	background: #365293;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#365293));
	background-image: -webkit-linear-gradient(top,#4365B4,#365293);
	background-image: -moz-linear-gradient(top,#4365B4,#365293);
	background-image: -o-linear-gradient(top,#4365B4,#365293);
	background-image: linear-gradient(top,#4365B4,#365293);
	-webkit-transition: box-shadow .05s ease-in-out;
	-moz-transition: box-shadow .05s ease-in-out;
	-o-transition: box-shadow .05s ease-in-out;
	transition: box-shadow .05s ease-in-out;
}

.btn.btn-twitter {
	border: 1px solid #2189FF;
	-webkit-box-shadow: inset 0 1px 2px #8DC2FF, 0px 0px 15px #FFF;
	-moz-box-shadow: inset 0 1px 2px #8dc2ff, 0px 0px 15px #FFF;
	box-shadow: inset 0 1px 2px #8DC2FF, 0px 0px 15px #FFF;
	background: #4A9EFF;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73B4FF),color-stop(100%,#4A9EFF));
	background-image: -webkit-linear-gradient(top,#73B4FF,#4A9EFF);
	background-image: -moz-linear-gradient(top,#73B4FF,#4A9EFF);
	background-image: -o-linear-gradient(top,#73B4FF,#4A9EFF);
	background-image: linear-gradient(top,#73B4FF,#4A9EFF);
	font-size: 12px;
}

.btn.btn-twitter:hover {
	background: #459CFF;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73B4FF),color-stop(100%,#459CFF));
	background-image: -webkit-linear-gradient(top,#73B4FF,#459CFF);
	background-image: -moz-linear-gradient(top,#73B4FF,#459CFF);
	background-image: -o-linear-gradient(top,#73B4FF,#459CFF);
	background-image: linear-gradient(top,#73B4FF,#459CFF);
	-webkit-transition: box-shadow .05s ease-in-out;
	-moz-transition: box-shadow .05s ease-in-out;
	-o-transition: box-shadow .05s ease-in-out;
	transition: box-shadow .05s ease-in-out;
}
.fb-login, .twit-login{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}

 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
	
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}

.shadow_footer{
    -webkit-box-shadow:  5px 5px 15px 7px rgba(5, 5, 5, 0.7);
    box-shadow:  5px 5px 15px 7px rgba(5, 5, 5, 0.7);
}
.footer_to_bottom{
    position: absolute;
    z-index: 2;
    left:0;
    right:0;
    bottom:0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.background_footer{
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

.error{
    text-align: center;
    margin-top: 20px;
    margin-right: 60px;
    font-size: 15px;
    color: red;
    font-weight: bold;
}
.opacidad{
    opacity: .75;
    -moz-opacity: .75;
    filter:alpha(opacity=75);
    background-color: #000000;
}
.stepBrow{
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    position: absolute;
    z-index: 10000;
    text-align: center;
    height:100%;
    padding-top:20%;
}
.SombraElementos{
    -webkit-box-shadow: 0px 6px 20px 7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 6px 20px 7px rgba(0,0,0,1);
    box-shadow: 0px 6px 20px 7px rgba(0,0,0,1);
}

