form {
  max-width: 100% !important;
}
.page-img-thumb {
  max-width: 150px;
  max-height: 150px;
}

.social-icon img {
  max-width: 30px;
}
.notif-alert {
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    margin-bottom: 15px;
}

.list-view {
  width: 100%;
  padding: 5px;
  float: left;
}

.list-view .img-thumb {
  width: 30px;
  float: left;
  padding: 5px;
}

.list-view .list-desc {
  width: 70%;
  float: left;
  padding: 5px;
}

.header-search-container {
  background-color: #ea3f33 !important;
}
.header-search-container .searchform {
  padding-top: 120px;
}

.form-control {
  height: calc(2.4rem + 2px) !important;
}

.profile-list {
  padding-bottom: 10px;
}

/* Override white label from styles.css for light-background pages */
.bs-albo .card label,
.bs-albo .container label {
  color: #333;
}
