body {
  background-color: #edf1f2;
}
.container.lf {
  width: 322px;
  color: #8f8f8f;
}
.container.lf a {
  color: #8f8f8f;
}
.container.lf .logf {
  margin-top: 50px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}
.container.lf .lfhead,
.container.lf .lfbody,
.container.lf .lffooter {
  border: 1px solid #c3d5d9;
  background-color: #f7f8fa;
  min-height: 20px;
}
.container.lf .lfhead {
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.container.lf .lfbody {
  border-top: 0;
  border-bottom: 0;
}
.container.lf .lfbody .input-group-addon {
  color: #8f8f8f;
}
.container.lf .lfbody .form-control:focus {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  border-color: #76ccea;
}
.container.lf .lffooter {
  background-color: #eef7fc;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding-top: 16px;
}
.container.lf .lffooter .text-left {
  padding-top: 8px;
}
.container.lf .lffooter label {
  font-weight: normal;
  color: #8f8f8f;
}
.container.lf .lffooter input[type='button'],
.container.lf .lffooter input[type='reset'],
.container.lf .lffooter input[type='submit'] {
  -webkit-border-radius: 18px 18px 18px 18px;
  -moz-border-radius: 18px 18px 18px 18px;
  -ms-border-radius: 18px 18px 18px 18px;
  -o-border-radius: 18px 18px 18px 18px;
  border-radius: 18px 18px 18px 18px;
  border-color: #76ccea;
  background-color: #badff2;
  background: -webkit-gradient(linear, left top, left bottom, from(#badff2), to(#76ccea));
  background: -webkit-linear-gradient(top, #badff2, #76ccea);
  background: -moz-linear-gradient(top, #badff2, #76ccea);
  background: -ms-linear-gradient(top, #badff2, #76ccea);
  background: -o-linear-gradient(top, #badff2, #76ccea);
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px #76ccea;
}
.container.lf .lffooter input[type='button']:hover,
.container.lf .lffooter input[type='reset']:hover,
.container.lf .lffooter input[type='submit']:hover {
  background-color: #76ccea;
  background: -webkit-gradient(linear, left top, left bottom, from(#76ccea), to(#badff2));
  background: -webkit-linear-gradient(top, #76ccea, #badff2);
  background: -moz-linear-gradient(top, #76ccea, #badff2);
  background: -ms-linear-gradient(top, #76ccea, #badff2);
  background: -o-linear-gradient(top, #76ccea, #badff2);
}
.container.lf .lflinks {
  padding-top: 8px;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
