Put the arrow send thing back in for the send button.
{* Create Account Form *}
+<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<div class="row">
<div class="input-field col s12">
<button class="btn waves-effect waves-light" type="submit" name="action"> Create Account
+ <i class="material-icons right">send</i>
</button>
</div>
</div>