/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2017 | 10:15:06 */
/* Sidebar login */

#sidebar .bbp-login-form label { width: 100%; }
#sidebar .bbp-remember-me label { width: 80%; }
.bbp-login-form .bbp-submit-wrapper {
    text-align: left;
}
div.bbp-submit-wrapper { float: left; }

#sidebar h4 a { color: #184982; }
#sidebar h4 a:hover { color: #2ea3f2; }

/* Shortcodes on pages */
.bbp-form .fs-recaptcha-registration { margin-top: 20px; }

.bbp-submit-wrapper button {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #184982;
  padding: 6px 9px;
  border: 0;
  border-radius: 3px;
}
.bbp-submit-wrapper button:hover {
  backgrond-color: #2ea3f2;
}