/* Forms */

.form-group .help-block {
  display: none;
}

.form-group.has-error .help-block {
  display: block;
}

.direct-debit-bacs-logo {
  background: url("../img/directdebit_logo.jpg") no-repeat 0 0;
  width: 150px;
  height: 48px;
}

.security-code-indicator {
  background: url("../img/card-back.gif") no-repeat 0 0;
  width: 81px;
  height: 51px;
}

.seperator-left {
    border-left:1px solid lightgrey;
}

.mTop5Perc {
    margin-top: 5%;
}

.facebook-direct-button {
    background-color: #4267B2;
    padding-top: 5px;
    padding-bottom: 5px;
}

.facebook-direct-text {
    font-family: Tahoma;
    color: white;
    font-size: 28px;
}

.facebook-direct-logo {
    background: url("../img/facebook_logo_white_50.png") no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin: 5px 0px 5px 0px;
}

.no-borders {
    border: none !important;
}

.margin-top-5 {
    margin-top: 5px;
}