Simple-Login Builds off of Bootstrap v4 alpha

This form also uses my Simple-Passwords jQuery plugin for the show-password button.

I created a new bootstrap button class called 'btn-txt' for optimal display of the Show-Password eye button.

Add the following to your css to enable that class:

.btn-txt {
  background: none;
  border: none;
  box-shadow: none !important;
  outline: none !important;
}