﻿/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
/*Change Backgound image here */
 
@import url(https://fonts.googleapis.com/css?family=Lato:400,100);
 
html, body{height:100%; margin:0;padding:0}

/*background que ocupe todo*/
.fullscreen-bg {
  background: url("Fondo5.jpg") 50% 0px no-repeat;
  position: fixed;
  z-index:-1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.videobg { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
    opacity: 0.8;         
}


/*
@media screen and (max-device-width: 800px) {
    body { background: url(../TheProject/videos/video-banner-poster.jpg) #000 no-repeat center center fixed; }
    .videobg { display: none; }
}
*/


/*Para poner centrado vertical*/
.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
 
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}


/*Change Backgound image here */
 
.alert{
	margin: 20px auto;
	width: 70%;
}
#login-block{	 
	/*padding-top: 50px;
	padding-bottom: 25px;*/
}
#login-block .titulo 
{
    /*position:relative;
    top:-20px;*/
	color: #ffffff;
	text-align: center;
	font-size:1.5em; 
	/*text-shadow: 2px 2px 2px #000;*/
	/*font-weight: normal;*/
	/*font-family: "Lato",Arial,sans-serif;*/
}

.login-box{
	max-width:480px;	
	/*background: transparent url(login-bg-2.png) repeat;*/
	background-color: rgba(255, 255, 255, 0.17);
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 20px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5);*/
		
}

.login-logo
{
	text-align: center;
	padding: 15px 0 0px;
}

.login-logo img{
	border:0;
	margin: 0 auto;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
	color:#FFF;
	/*text-shadow: 1px 1px 2px #000;*/
	background: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 5px;
}
 
.login-box hr{
	margin:10px auto 20px;
	width:70%;
	border-top: 1px solid rgba(119, 118, 118, 0.4);
    border-bottom: 1px solid rgba(240, 240, 240, 0.4);
}

/* Login Form */
.login-form input
{    
	/*display: block;
	margin:0 auto 15px;
	width:70%;
	background: #FFF;
	border:1px solid #777;
	color:#6c6c6c;
	padding: 8px;
	opacity: .8;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;*/
}
.login-form input:focus{
	/*opacity:1;
	border:1px solid #fff;*/
}

.centered 
{
    text-align:center;
    margin:0 auto 15px;    
    }

.width70 { width: 70%; }
.width100 { width: 100%; }
 

/* 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
{
    margin-top:10px;
	text-align: center;
	color:#FFF;
	opacity: 1;
	/*text-shadow: 1px 1px 1px #000;*/
}

 
/* 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;
	}
	
}
	
}
