.error, .errorPayPal {
  display: none;
  color: red;
  margin-top: 20px;
  border: 1px solid #ce212175;
  width: 100%;
}

#flashNotificationModal .error{
  display: block;
  color: red;
  margin-top: 20px;
  border: 1px solid #ce212175;
  width: 100%;
}

.example.example3 input, .example.example3 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example3 .field {
    border: 1px solid #eee;
    background: #fafafa;
    width: 100%;
    text-size-adjust: none;
    height: 50px;
    line-height: normal;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.left-side-plan form .pp-btn {
  border: 2px solid #49d0c1;
  color: rgba(0, 158, 198, 0.6);
  background: #fff;
  font-size: 22px;
  border-radius: 3px;
  float: left;
  padding: 12px 40px;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.left-side-plan form .pp-btn:hover {
  border-color: #009ec3;
  color: rgba(0, 158, 198, 1);
}

.left-side-plan form .pp-btn img {
  margin-left: 15px;
}

/*braintree test css*/

/* Uses Bootstrap stylesheets for styling, see linked CSS*/

body {
  background-color: #fff;
}

.panel {
  width: 80%;
  margin: 2em auto;
}

.bootstrap-basic {
  background: white;
}

.panel-body {
  width: 90%;
  margin: 2em auto;
}

.helper-text {
  color: #8A6D3B;
  font-size: 12px;
  margin-top: 5px;
  height: 12px;
  display: block;
}
