.bg-gradient-custom {
  background-image: url("../images/arcapps.png");
      background-repeat: no-repeat;
    /*background-size: cover;*/
        background-size: 100% 100%;
    /*background: linear-gradient(135deg, #3f2b96, #a8c0ff);*/
      color: white;
    }
    .password-toggle {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }
    .form-wrapper {
      max-width: 400px;
      width: 100%;
    }