* {
  border-radius: 0 !important;
}

a.btn-link {
  color: rgb(147, 7, 9);
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: rgb(231, 229, 229);
  padding: 1em;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

div.panel-container {
  margin: 0 auto;
}

div.alert {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

div.disabled {
  display: none;
}

div.panel-heading {
  background-color: rgb(139, 3, 0) !important;
  background: url(../images/griffin.300px.6e0400.png) -20px 3px no-repeat;
  background-size: auto 80px;
}

div.panel-heading h3.panel-title {
  line-height: 20px;
  color: #ffd8d6;
  margin: 7px 0 7px 25px;
}

div.panel-heading h3.panel-title strong {
  display: block;
  background: url(../images/nameplate.419px.ffffff.90.png) left 50% no-repeat;
  background-size: auto 18px;
  width: 173px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
}

div.panel-body {
  padding: 25px;
}

div.help-links {
  text-align: center;
}

.btn-primary {
  border-color: #5e0501;
  background-color: rgb(139, 3, 0);
}

.btn-primary:hover {
  border-color: #5e0501;
  background-color: #9D0902;
}

iframe {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
