/*Evitar estilos autocomplete crohome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #FFFFFF !important;
}

/*Resto de CSS*/
.container-login-black{
	background: url(../img/administracion.jpg);
	background-size: cover;
    background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-box{
    width: 320px;
    height: 420px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}

.avatar{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -60px;
    left: calc(50% - 50px);
}
h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}
.login-box p{
    margin: 0;
    padding: 0;
    font-weight: bold;
	color: #FFFFFF;
}

.login-password{
	margin-bottom: 20px;
	border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
}

.login-box .input-mostrar-password-login{
    width: 85%;
	border: none;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

.div-candado{
	width: 15%;
	margin: 0;
	padding: 8px;
	height: 40px;
	text-align: center;
	float: right;
}

.login-box a{
	text-decoration:none;
	color:#BDBDBD;
}

.login-box a:link{
	text-decoration:none;
	color:#BDBDBD;
}

.login-box a:active{
	text-decoration:none;
	color:#FFFFFF;
}

.login-box a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.login-box .input-text-username{
	width: 100%;
	margin-bottom: 20px;
    border: none;
	border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.btn-login{
	background: #2f64e2;
	border: 1px solid #2f64e2;
}

.btn-login:hover{
	background-color: #4a84ea;
	border: 1px solid #4a84ea;
}

.btn-login:active{
	background: #2f64e2;
	border: 1px solid #2f64e2;
}

.btn-login:link{
	background: #2f64e2;
	border: 1px solid #2f64e2;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto; 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.linkrecuperaPassword{
    position:absolute;
    bottom:15px;
    left:30px;
}

.linkRegistrate{
    position:absolute;
    bottom:15px;
    right:30px;
}
