

.login-header {
  color: #000000;
  font-weight: 100;
  font-family: "Open Sans";
  font-size: 225%;

}

.bg-slice {
  background-color: #353333;
  border-color: #353333;
  color: #fff;
}

.icon-size-edit {
  font-size: 150%;
}


.bg-image {
  background: url(/assets/admin/images/login.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.style-checkbox {

}


.st-check input[type="checkbox"] {
  display:none;
}
.st-check input[type="checkbox"] + label span {
  display:inline-block;
  width:19px;
  height:19px;
  background: grey left top no-repeat;
}

.sidebar-header {
  font-size: 14px !important;
  font-weight: 500 !important;
}


.info-box {
  position: relative; display: block; margin: 0; width: 100%; max-width: none; z-index: 101;
}