.custom-authenticator {
    border: 1px solid transparent;
  } 

  .custom-authenticator div[data-amplify-container] {
    border: 2px solid transparent; 
  }

  .custom-authenticator div[data-amplify-router] {
    border: 2px solid transparent;
    box-shadow: none;
  }

  .custom-authenticator .amplify-button.amplify-button--primary.amplify-button--fullwidth[type="submit"] {
    background-color: #10b981; 
  }
  
  .custom-authenticator .amplify-button.amplify-button--link.amplify-button--small[type="button"] {
    color: #10b981; 
  }

  .custom-authenticator .amplify-button.amplify-button--link.amplify-button--small[type="button"]:hover {
    background-color: transparent;
  }

  .custom-authenticator .amplify-button.amplify-field__show-password[type="button"][aria-label="Show password"] {
    color: white;
  }

  .custom-authenticator .amplify-button.amplify-field__show-password[type="button"][aria-label="Show password"]:hover {
    background-color: transparent;
  }

  .custom-authenticator .amplify-field-group__outer-end .amplify-button.amplify-field__show-password[type="button"][aria-label="Show password"] {
    background-color: #10b981;
    border: none; 
    outline: none; 
  }

  .custom-authenticator .amplify-button .amplify-field-group__control .amplify-button--primary {
    background-color: transparent;
  }
  
  .custom-authenticator .amplify-button.amplify-field-group__control.amplify-button--primary[type="submit"] {
    background-color: #10b981; 
  }