body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
   background-image: url(/Intranetlat/images/login_per.jpg);
     background-size: cover;
       color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
	
}
a:focus, a:hover {
    color: #fff;
    text-decoration: underline;
}
#inputname {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #080808;
    background-color: rgba(0,0,0,.0001);
    background-image: none;
    border: 1px solid #286090;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: rgba(0,0,0,.075)!important;
    border-color: #ccc!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgba(0,0,0,.075)!important;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color:rgba(0,0,0,.075)!important;
    border-color: #ccc!important;	
}
 #nombre_foto{
/*color: #FFF;
position:absolute; /*El div será ubicado con relación a la pantalla
left:1000px; /*A la derecha deje un espacio de 0px
right:0px; /*A la izquierda deje un espacio de 0px
bottom:0px; /*Abajo deje un espacio de 0px
height:50px; /*alto del div
z-index:0;*/
color: #FFF;
position:absolute;
    bottom:5px;
    right:0px;
 }
 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(0,0,0,.0001);
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 7px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}