<style>
/* ===== Registration form styling (as you already use) ===== */
.text-muted {
  font-weight: bold;
  text-transform: none !important;
  font-size: 16px;
  color: #bd1f2e;
}

.theme-label-floating {
  font-size: 90% !important;
  padding-top: 7px;
  text-transform: none !important;
}

.era-title{
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0px 0px 0px 20px;
  font-weight: 700;
  color: #ffffff !important;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0;
  background-color: #2a4a9f;
  letter-spacing: 1px;
}

.era-body{
  background-color: #eaeaea;
  margin-left: 20px;
  margin-right: 5px;
  padding: 15px;
  box-shadow: 5px 5px 0px 1px rgb(32 43 65 / 10%);
  margin-top: 2px;
}

.era-body a:link, .era-body a:visited {
  background-color: #2a4a9f;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 15px;
}

.nav {
  padding-bottom: 6px;
}

/* ===== Footer layout used by the branding footer HTML ===== */
/* Note: your branding HTML uses "fotterrow" (typo) not "footerrow",
   so we style BOTH to be safe. */
.footerrow,
.fotterrow{
  display: table;
  width: 100%;
}

/* Two equal columns */
.footercolumn{
  float: left;
  width: 50%;
  padding: 40px;
  display: table-cell;
  vertical-align: top;
  color: #ffffff; /* keeps text white */
}

/* Clear floats */
.footerrow:after,
.fotterrow:after{
  content: "";
  display: table;
  clear: both;
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .footercolumn{
    display: block;
    width: 100%;
  }
}

.fa{
  letter-spacing: 3px;
}

/* Navbar inside page */
.navbar-inside-page {
  background: #e9e9e9;
  margin-top: 15px;
}
</style>
