.gray-bg, .bg-muted {
  background-color: #f3f3f4;
}

.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  clear: both;
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px;
}

.font-bold {
  font-weight: 600;
}

.m-t {
  margin-top: 15px;
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px;
}

.font-bold {
  font-weight: 600;
}

body.mini-navbar.fixed-sidebar .profile-element, .block {
  display: block !important;
}

.m-b {
  margin-bottom: 15px;
}
.full-width {
  width: 100% !important;
}

.btn-primary {
  background-color: #0da5f9;
  border-color: #0da5f9;
  color: #FFFFFF;
}
.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #de577f;
  border-color: #de577f;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
background-color: #373535;
border-color: #373535;
color: #FFFFFF;
}