.container {
  max-width: 960px;
  background-color: #F9F7F3;
}
header {
 background-image: url(https://image.caring.forestlawn.com/lib/fe35157075640578711279/m/1/a1aa23e4-28ec-4ebf-98db-4e0fe18b294e.jpg); 
 width: 100%; 
 height: 220px;
 background-position: center center;
 background-repeat: no-repeat; 
 background-size: cover;
 margin: 0;
 padding: 0 60px;
}
header img {
    width: 100%;
 height: auto;
 max-width: 340px !important;
 margin-top: 20px;
}
main {
 max-width: 700px;
 margin: 0 auto;
 padding-top: 20px;
}
main p {
 color: #000000;
 font-size: 14px;
 font-family: sans-serif;
 margin-top: 20px;
 text-align: center;
}
main label {
 color: #000000;
 font-size: 14px;
 font-family: sans-serif;
}
footer {
 background-color: #385624;
 color: #FFFFFF;
 font-size: 10px;
 font-family: sans-serif;
}
.fl-icon {
 max-width: 70px;
}
.form-control {
 display: inline-block;
 width: 200px;
 color: #000000;
 background-color: #FFFFFF;
 border-top: none;
 border-left: none;
 border-right: none;
 border-radius: none !important;
}
.form-control:focus {
 color: #000000;
 background-color: #FFFFFF;
 border-color: #86b7fe;
}
.b-example-divider {
 width: 100%;
 height: 3rem;
 background-color: rgba(0, 0, 0, .1);
 border: solid rgba(0, 0, 0, .15);
 border-width: 1px 0;
 box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
 flex-shrink: 0;
 width: 1.5rem;
 height: 100vh;
}
.bi {
 vertical-align: -.125em;
 fill: currentColor;
}
.nav-scroller {
 position: relative;
 z-index: 2;
 height: 2.75rem;
 overflow-y: hidden;
}
.nav-scroller .nav {
 display: flex;
 flex-wrap: nowrap;
 padding-bottom: 1rem;
 margin-top: -1px;
 overflow-x: auto;
 text-align: center;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
}
.invalid-feedback {
 float: right;
 width: 100%;
 text-align: right;
}
a {
 color: #00b0f0;
}
.input-border {
  background-color: #FFFFFF !important;
  background:
  linear-gradient(to right, #000000 1px, transparent 1px) 100% 100%,
  linear-gradient(to left, #000000 1px, transparent 1px) 0% 100%,
  linear-gradient(to top, #000000 0px, transparent 0px) 0 100%;
  background-repeat: no-repeat;
  background-size: 1px 10px;
}
.form-check-input:checked {
  background-color: #FFFFFF;
  border-color: #000000;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
  --bs-border-width: 3px;
  background-color: #FFFFFF;
  padding: 7px;
  border-color: #000000;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.invalid-feedback {
  color: #FF0000;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #FF0000;
}
.btn-lg, .btn-lg:hover, .btn-lg:active {
  background: #385625 !important;
  border-color: #385625 !important;
  padding: 15px 20px;
}
.bd-mode-toggle {
 z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
 display: block !important;
}

@media (max-width: 576px) { 
form {
  width: 92%;
  margin: 0 auto;
}

}