body {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #009FE3;*/
  /* background-image: url("login-bk.jpg"); */
  background: -webkit-linear-gradient( rgb(1, 47, 145), rgb(52, 153, 236)); /* Chrome 10+, Safari 5.1+ */
  background: -o-linear-gradient( rgb(1, 47, 145), (rgb(52, 153, 236))); /* Opera 11.1+ */
  background: -moz-linear-gradient( rgb(1, 47, 145), (rgb(52, 153, 236))); /* Firefox 3.6+ */
  background: linear-gradient( rgb(1, 47, 145), (rgb(52, 153, 236))); /* Standard syntax (must be last) */
  background-color: ( rgb(1, 47, 145)); /* It's a good idea to set a background color in case the gradient doesn't load */
}
.input-group-addon {
  min-width:40px;
  text-align:center;
}
.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;
}

.lista-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.lista-signin-item {
  background-color: #f5f5f5;
  position:relative;
}
.badge-signin {
  position:absolute;
  top: 20px;
  right: 5px;
  
}

 /* unvisited link */
a:link {
    color: #00668E;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #666666;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #EA6A06;
    text-decoration:none;
}

/* selected link */
a:active {
    color: blue;
    text-decoration:none;
} 
