/* Branding colors */
a { color:#333 !important; }
[type="submit"],
.btn-submit { background-color:#f68e1e !important; border-color:#f68e1e !important; }
.breakup { border-color:#ffd3a5 !important; }
.form-group:not(.has-error) .help-block { color:#f68e1e !important; }
.text-info { color:#f68e1e !important; }
.alert-primway { background-color:#f68e1e; color:white; }
.alert-primway a { color:white !important }

/* Change Laravel's "Forgot Your Password?" into "Forgot your password?" */
.btn-reset { text-transform:lowercase; text-align:right; }
.btn-reset:first-letter { text-transform:uppercase; }
