  .wrapperLogin {
      padding: 0;
      /* Remove padding */
      margin: 0;
      /* Remove margin */
      height: 100vh;
      /* Set height to 100% of the viewport height */
      /* Create a gradient background from top left to bottom right */
      /* background: linear-gradient(to bottom, #071663, #1E4D8C); */
      /* background: linear-gradient(45deg, #071663 20%, #1E4D8C 80%); */
      /* background: radial-gradient(circle at center, rgba(0, 0, 255, 0.2) 0%, rgba(0, 0, 255, 1) 100%); */
      /* background: radial-gradient(circle at center, rgba(0, 0, 150, 1) 0%, rgba(0, 0, 255, 0.5) 50%, rgba(0, 0, 255, 1) 100%); */
      background: radial-gradient(75% 75% at 50% 50%, #006ff9 0%, #071663 100%);

      background-repeat: no-repeat;
      background-position: center center;
      /* Center the background */
      background-size: cover;
      /* Cover the entire container */
      position: relative;
      background-attachment: fixed;
  }