.modal-short h3 {
  font-size: 30px;
  font-family: 'Roboto';
  font-weight: lighter;
  color: black;
  text-align: center; }

.modal.in {
  display: block; }

.modal-short .modal-header {
  padding: 5px 5px 5px 5px; }

#registration-modal-text {
  padding-bottom: 5px; }

#registration-modal #animated-bird {
  display: block;
  margin: auto; }

/* Meh, these really need to be added to default.css */
#registration-modal .btn-support {
  background: #0A4D9A;
  border-color: #0A4D9A;
  color: white;
  width: 100px; }

#registration-modal .btn-support:hover {
  background: #0D66CE;
  border-color: #0D66CE; }

#registration-modal .btn-primary {
  background: #f05a22;
  border-color: #e94a10;
  color: white;
  width: 100px; }

#registration-modal .btn-primary:hover {
  background: #f37d52;
  border-color: #f16430; }

#registration-modal .center-btn-box {
  display: table;
  margin: 0 auto 20px auto; }

.center-btn-box > .btn-support {
  float: left; }

.center-btn-box > .btn-primary {
  margin-left: 20px;
  float: right; }

/*# sourceMappingURL=registration-dialog.css.map */
