.playbook-background {
    background: #2c3541;
}

.playbook-hero-margin {
    margin-bottom: 0px;
}

.link-white-bg p a {
    text-decoration: underline;
    color: #47bb7f !important
}

.playbook-hero-button-margin {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}


/****** LOGIN MODAL ******/
.signupmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #f7f9fa;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: Lato;
}

.signupmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: Lato;
}

.signupmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background: #47bb7f;
  font-family: Lato;
  color: #FFF;
  text-transform: uppercase;
}

.signupmodal-container input[type=submit]:hover {
  background: #4cc787;
}


.signupmodal-container input[type=text], input[type=email] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.signupmodal-container input[type=text]:hover, input[type=password]:hover input[type=email]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.signupmodal {
  text-align: center;
  font-size: 14px;
  font-family: Lato;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.signupmodal-submit {
  /* border: 1px solid #3079ed; */
    background: #47bb7f;
    text-transform: uppercase;;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: .02em;
}

.signupmodal-submit:hover {
  border: 0px;
  background-color: #4cc787;
}

.signupmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help{
  font-size: 12px;
}

.close-x-modal {
    float: right;
    display: inline-block;
    border-radius: 2px;
    border: 0;
    font-weight: 700;
    color: #333333;
    background-color: #f7f9fa;
}
