ol, ul {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

a {
  color: #666;
  text-decoration: none;
}

.form-control {
  background-color: #ffffff;
  background-image: none;
  /*border: 1px solid #dddddd;*/
  border-radius: 0;
  color: #555555;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 1.49;
  padding: 3px 12px;
  transition: border-color 0.15s ease-in-out 0s;
  width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0px;
  max-width: 100%;
  color:#003399;
}

.admin-form .append-icon .field-icon, .admin-form .prepend-icon .field-icon {
  color: inherit;
  height: 32px;
  line-height: 32px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.5s ease-out 0s;
  width: 42px;
  z-index: 4;
}

.footer {
  padding:10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #f1f1f1;
}