body {
    /* Used to move footer at bottom of the page */
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

#errormessage {
    color: red;
    font-weight: bold;
    height: 12px;
}

.groups {
}

.nogroups {
    display: none;
}

.navbar-brand {
  margin-bottom: 5rem;
}

.home {
  margin-bottom: auto;
  padding: 1.875rem;
}

#public-groups-table tr a{
    margin-left: 0.9375rem;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #0058e4;
}

a:hover {
    color: #0a429c;
}

label {
    display: block;
}

@media only screen and (max-device-width: 768px) {
    .home {
        padding: 0.625rem;
    }

}


    #oopss {
  margin: 30px 0;
  width: 100%;
  line-height: 1.5em;
}

#oopss #error-text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Shabnam', Tahoma, sans-serif;
  color: #000;
}

#oopss #error-text img {
  height: 342px;
}

#oopss #error-text span {
  font-size: 3.3em;
  font-weight: 900;
  margin-bottom: 50px;
}

#oopss #error-text p.p-a {
  font-size: 19px;
  margin: 30px 0 15px 0;
}

#oopss #error-text p.p-b {
  font-size: 15px;
}

#oopss #error-text .back {
  background: #fff;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  margin: 2em auto 0;
  padding: .7em 2em;
  border-radius: 500px;
  box-shadow: 0 20px 70px 4px rgba(0, 0, 0, 0.1), inset 7px 33px 0 0px #fff300;
  font-weight: 900;
  transition: all 300ms ease;
}

#oopss #error-text .back:hover {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
  box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
}