body {
  padding-top: 5px;
  padding-bottom: 40px;
  background-color: #eee;
  background: silver url(../images/body-bg.png);
}
.form-signin{
  max-width: 350px;
  padding: 10px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 5px;
}
.signin-descripcion{
  font-size: 14px;
  max-width: 330px;
  padding: 7px;
  margin: 0 auto;
  text-align: center;
  
}
.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: 5px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#form-signin-logo img{
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.form-signin-heading{
    font-size: 24px;        
    font-weight: bold;    
}
.control-label{
    font-size: 14px;
}