
.maincardhead{
    background: #daf1d6;
}

.redalert{
color:red;
  }
  .bluealert{
    color:rgb(90, 21, 219);
      }
  #radios {
    position: absolute;
    display:flex;

  }
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px; /* Adjust this value to match the height of your footer */
    background-color: #f8f9fa; /* Change the background color as needed */
    border-top: 1px solid #dee2e6; /* Add a border at the top of the footer */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #3f9143, #39833e, #81aa84, #39833e);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #3f9143, #39833e, #24a02d, #39833e);
  }

  @media (min-width: 768px) {
  .gradient-form {
  height: 100vh !important;
  }
  }
  @media (min-width: 769px) {
  .gradient-custom-2 {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
  }
  }
  .imgsize{
    width: 450px;
  }