
  
  .main-bg1 {
    background: #1f6f25 !important;
  }
  
  input:focus, button:focus {
    border: 1px solid #1f6f25 !important;
    box-shadow: none !important;
  }
  
  .form-check-input:checked {
    background-color: #1f6f25 !important;
    border-color: #1f6f25 !important;
  }
  
  .card, .btn, input{
    border-radius:5 !important;
    background-color: rgb(236, 245, 242);
  }
  
  #footer a,
.smalls a{
  color: #43aea0;
  text-decoration: none;
}

.smalls a:hover,
.smalls a:hover{
  color: #70b982;
}