body {
    color: #000;
    background-image: url(./asset/image/wave_ep.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 80vh;
    z-index: -1;
  }
  
  h1 {
    b {
      color: #008fc1;
    }
  }
  
  h4 {
    b {
      color: #008fc1;
    }
  }
  
  h5 {
    color: #008fc1;
    b {
      color: #008fc1;
    }
  }
  
  .form-check-input:checked {
    background-color: #008fc1;
    border-color: #008fc1;
  }
  
  .btn-primary {
    background-color: #008fc1;
    border-color: #008fc1;
    &:hover {
      background-color: #5c7272;
      border-color: #5c7272;
    }
    &:active {
      background-color: #008fc1 !important;
      border-color: #008fc1 !important;
    }
  }
  
  .ep-logo {
    position: absolute;
    width: 20rem;
    top: 4.5rem;
    left: 2.5rem;
  }
  
  .spacingContainer {
    margin-top: 11%;
  }
  
  .card {
    margin-top: 1.5rem;
  }
  