/*
Theme Name: Erlangville bbpress

Description: Child Theme for erlangville
Author: Tomasz Szkaradek
Author URI: http://erlang-solutions.com/
Template: erlangville
Version: 0.1
Text Domain:  erlangville-child
*/
 
@import url("../erlangville/style.css");

.bbp-submit-wrapper button{
    background: #b8d38a;
    display: inline-block;
    padding: 6px 17px;
    color: #042f15!important; /* #0f3544 */
    font-weight: bold;
    border: 1px solid #3e6f2c;
    line-height: 13px;
    font-size: 11px;
    margin-right: 1px;
}

.wp-social-login-connect-with {
  display: none;
}

div.wp-social-login-provider-list {
  padding-top: 5px;
}

.wp-social-login-provider-list .wp-social-login-provider img {
  width: 20px;
  margin-left: 2px;
}
