.form-horizontal {
  margin: 0 auto;
}
h3 {
  margin-bottom: 35px;
}
button {
  margin-top: 15px;
}
.errorlist {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.skinny h3 {
  margin: -20px;
  background: #6B7C85;
  padding: 40px 0;
  margin-bottom: 40px;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.26), 0 2px 1px rgba(0, 0, 0, 0.11), inset 0 -1px rgba(0, 0, 0, 0.14);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.skinny h3 .substate {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: -5px;
  color: #D9E2E7;
}
.view-connect_facebook .facebook-login .btn-fb {
  padding-left: 50px;
  width: 340px;
}
.facebook-login .btn-fb {
  padding: 15px 25px;
  padding-left: 62px;
  font-size: 18px;
  display: block;
  width: 380px;
  margin: 0 auto;
}
.facebook-login .btn-fb .f {
  position: absolute;
  bottom: -27px;
  left: 18px;
  font-size: 62px;
  text-shadow: none;
}
.facebook-login > span {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #9FA3A5;
}
.cheque-thumb {
  background: #E9E9E9;
  width: 100%;
  min-height: 70px;
  margin-bottom: 17px;
}
/* #loginWithEmail {
  padding: 15px 25px;
  font-size: 18px;
  display: block;
  width: 380px;
  margin: 0 auto;
  background: #D9E4EA;
  color: #6D8391 !important;
  border: 1px solid #BFCBD2;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.54), 0 1px rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px rgba(255, 255, 255, 0.47);
  position: relative;
}
#loginWithEmail:hover {
  background-color: #DCE9F0;
  border-color: #C7D0D5;
}
#loginWithEmail:active {
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.14);
} */
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
.event-image {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.dark-background {
  background-color: rgba(0, 0, 0, 0.47);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  height: 84px;
  text-shadow: 0 1px 2px #000;
}
.event-title {
  font-size: 20px;
  color: #FFF;
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-desc {
  font-size: 14px;
  color: #BDBDBD;
}
#event-list .event {
  padding: 0;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
}

footer {
    color: #FFF;
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: 100%;
    opacity: 0.5;
    font-size: 12px;
    z-index: 9999;
}
.btn.btn-social {
    padding: 0.6rem;
    padding-left: 55px;
}
.btn-social>:first-child {
    width: 46px;
    line-height: 42px;
}

@media all and (max-width: 650px) {
  .modal-dialog.skinny {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .modal-dialog.skinny .modal-content {
    border-radius: 0;
    width: 100%;
  }
  .modal-dialog.skinny .modal-content h3 {
    margin: -20px -20px 40px;
    padding: 30px;
    border-radius: 0;
  }
  /* #connectFacebook {
    width: 100%;
    display: block;
    font-size: 14px;
    padding-left: 46px;
  }
  #connectFacebook .f {
    font-size: 48px;
    bottom: -17px;
    left: 13px;
  } */
  /* #loginWithEmail {
    width: 100%;
    font-size: 14px;
  } */
  .event-image {
    background-size: contain;
    height: 157px;
    background-position: top;
    background-repeat: no-repeat;
  }
  .event-image .dark-background {
    padding: 15px;
    height: auto;
    background: #2B3537;
  }
}
.event-component {
  width: 100%;
  grid-column-gap: 10px;
  color: #36364a;
  text-align: center;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease-out,background-color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(18,43,105,.04), 0 1px 2px rgba(18,43,105,.08), 0 0 0 1px rgba(18,43,105,.08);
}