/***********

base styles

**********/

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
}

/* .main-container {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
 */
.banner {
  padding-left: 0;
  padding-right: 0;
}

/***************************** new bootstrap-5 overides *****************************/
.pager {
  padding-left: 0;
  text-align: center;
  list-style: none;
}

.form-composite>legend {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}


/***************************** new bootstrap-5 overides *****************************/
