
.anonymous-header {
  background-color: #0F0F1A;
  position: fixed;
  width: 100%;
  padding-top: 5px;
  height: 50px;
  top: 0;
  left: 0;
  font-size: 22px;
  color: white;
  z-index: 999;
}
.anonymous-header .container-fluid {
  max-width: 1000px;
}
.anonymous-header a {
  color: white;
  cursor: pointer;
}
.level-header-text {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 9px;
  text-align: center;
}

.user-icon {
  margin: 4px;
}

.anonymous-contact-footer {
  background-color: #0F0F1A;
  position: fixed;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: white;
  z-index: 999;
}

.contact-footer-info {
  font-size: 15px;
  text-align: left;
  padding-top: 10px;
}

.anonymous-common-footer {
  background-color: transparent;
  color: white;
  border-top: 1.2px solid #87888e;
  padding-top: 5px;
  font-size: 11px;
  font-weight: 300;
  max-width: 900px;
  margin: auto;
}
.anonymous-common-footer div{
  text-align: center;
}
.anonymous-common-footer .social-icons .col .back-button-container {
  width: 20px;
}
.anonymous-common-footer .social-icons .col{
  padding: 0px;
}

.back-button-container {
  text-align: left;
  margin-top: 5px;
}

.logo-container {
  text-align: center;
}
.logo-container img {
  max-width: 100px;
}
.homepage-logo-container {
  margin-top: 2.5px;
}

.login-container {
  text-align: right;
}

.login-container i.fas {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #5a5a5a;
  padding: 0.3em 0.3em;
  background: #5a5a5a;
}
.row.social-icons .col .back-button-container {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
