/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */

body.login {
  background-color: #fff;
}

.login h1,
.login h1 a {
/*  display: none; */
}

.login h1 a {
  background-image: url('../images/rollingstone-logo-red.svg');
  background-size: 350px;
  width: 350px;
  height: 108px;
}

.login form {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login #nav a:hover,
.login #backtoblog a:hover,
.login #nav a:hover {
    text-decoration: none;
    color: #ce2d24;
}

#wp-submit {
  font-size: 17px !important;
  width: 100%;
  line-height: 21px;
  background-color: #ce2d24 !important;
  color: white !important;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  padding: 11px 30px 9px 30px !important;
  border: 1px solid #ce2d24 !important;
  margin-top: 20px;
  border-radius: 0px !important;
}

.wp-core-ui .button-primary {
    background: #ce2d24;
    border-color: #ce2d24;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: none;
    border-radius: none !important;
}

.wp-core-ui .button.button-large {
    height: 50px;
}
