body {
  background: #4680ff !important;
}
.pcoded-header {
  background: #2c6eff !important;
}
.pro-head {
  background: #2c6eff !important;
}
.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon {
  font-size: 18px;
}
.login-body {
  background-image: url("../images/login-bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.login-body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2C94FB;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C94FB), to(#9145fb));
  background: linear-gradient(to bottom, #2C94FB 0%, #9145fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$startColor', endColorstr='$endColor', GradientType=0);
  opacity: 0.5;
  z-index: 1;
}
.fixed-button {
  display: none !important;
}
label {
  margin-bottom: 0;
}
legend {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.badge {
  font-size: 80%;
  padding: 0.8em 1em;
  font-weight: 600;
}
#featured-image-view {
  width: 100px !important;
  float: left !important;
}
