  .gradient-custom-2 {
    background: #184079;
    background: -webkit-linear-gradient(to right, #0a274f, #184079, #2157a2, #2157a2, #184079, #0a274f);
    background: linear-gradient(to right, #0a274f, #184079, #2157a2, #2157a2, #184079, #0a274f);
  }

  @media(min-width: 768px) {
    .gradient-form {
      height: 100vh !important;
    }
  }
  @media(min-width: 769px) {
    .gradient-custom-2 {
      border-top-right-radius: 0.3rem;
      border-bottom-right-radius: 0.3rem;
    }
  }
  
  .button {
    background-color: #184079;
  }
  
  .show>.btn-primary.dropdown-toggle,
  .sweet-alert .show>button.dropdown-toggle.confirm,
  .wizard>.actions .show>a.dropdown-toggle {
    background-color: #283851 !important;
    border-color: #283851;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  
  .btn-primary:active,
  .sweet-alert button.confirm:active,
  .wizard>.actions a:active {
    background-color: #283851 !important;
    border-color: #283851;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  
  .btn-primary:hover,
  .sweet-alert button.confirm:hover,
  .wizard>.actions a:hover {
    background-color: #283851;
    border-color: #283851;
  }
  
  .btn-primary:focus,
  .sweet-alert button.confirm:focus,
  .wizard>.actions a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #283851;
  }

  
  .background {
    /* background-color: 	#c0c5ce; */
    background-color: 	#f8f9fa;
    /* background: -webkit-linear-gradient(to right, #0a274f, #184079, #2157a2, #2157a2, #184079, #0a274f); */
    /* background: linear-gradient(to right, #0a274f, #184079, #2157a2, #2157a2, #184079, #0a274f); */
    /*
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;*/
    backdrop-filter: blur(10px); 
  }
  
  #particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  
  /* Works on Firefox */
  * {
    scrollbar-width: none;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 0px;
  }
  
  *::-webkit-scrollbar-track {
    background: #283851;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #283851;
    border-radius: 10px;
    border: 3px solid #283851;
  }