
.h2, h2 {
  font-size: calc(1.325rem + .4vw);
}

a {
  color: #bd1f25;
}

a:hover {
  color: #c54f53;
}


.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('');
  background-size: cover;
  background-position: center center;
  z-index: -1; 
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8); 
  z-index: -1; 
}

.container {
  padding: 30px;
  position: relative;
  z-index: 1;
  max-width: 100%; 
  width: 100%; 
  box-sizing: border-box; 
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important; 
}

.bg-light {
    --bs-bg-opacity: 0.5;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary {
  background-color: #bd1f25;
  border: 1px solid #bd1f25;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #a51a1f;
  border-color: #a51a1f;
  color: #fff;
}

button[type="submit"],
button[type="submit"]:hover,
button[type="submit"]:active {
  background-color: #bd1f25; 
  border-color: #bd1f25;  
}

input[type="checkbox"]:checked {
  background-color: #bd1f25;  
  border-color: #bd1f25;  
}

input[type="checkbox"]:checked:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); 
}


input[type="checkbox"]:checked  {
  color: #bd1f25; 
}

input[type="checkbox"]:checked {
  background-color: #bd1f25;
  border-color: #bd1f25;
}