@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
body {
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: Inter, Arial, Helvetica, sans-serif
}
img#logo {
    width: 170px;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bizztext{
  text-align: center;
    color: #fff;
    padding: 2px;
    overflow: hidden;
    height: 30px;
    line-height: 40px;
}
#bizzbar{
      background: #eb593c;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px;
    overflow: hidden;
    /* height: 30px; */
    z-index: 1000;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    /* border-bottom: 3px solid rgb(255,255,255); */
    box-shadow: 0 1px 5px rgba(0,0,0,.7);
}
.site-header {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0 10px;
}

.site-header .container {
  height: 65px;
}

footer {
  background-color: #303030;
}

footer p {
  font-weight: 400;
  color: white;
}

body {
  background-image: linear-gradient(270deg, rgb(34 38 41) 31%, rgba(19, 69, 94, 0.51) 91%), url(../img/nebb-enroll.png);
  background-repeat: no-repeat;
  background-size: cover;
}

footer a:link,
footer a:visited {
  color: #fff;
}
.footer-menu {
  list-style:none;
  text-align:left;
  text-transform:uppercase;
  line-height:27.52px;
  padding-left: 0px;
}
.form-control {
  border: 1px solid #22285f;
  outline-style: none;
  outline-width: 0px;
}
.footer-social {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.footer-social li a {
  display: flex;
  background-color: white;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.footer-menu-link {
  transition: all 250ms ease-in-out;
  text-decoration: none;
}
.footer-menu-link:hover {
  color: #2f7789;
  text-decoration: none !important;
}
.form-control:focus {
  border: 1px solid #46BE76;
}
.menu-item {
  color:white;
  transition: all 250ms ease-in-out;
  text-decoration:none !important;
  padding:0px 15px !important;
  font-size:16px !important;
}
.menu-item:hover {
  color:#fff;;
}
.blurb-left, h3 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
.btn-teal {
  background-color: #22285f;;
  border-radius: 50px;
  border:none;
  transition: all 250ms ease-in-out;
}
.btn-teal:hover {
  background-color: #22285f;;
}
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #222;
  z-index: 99999;
  opacity: 0.7;
}
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
100% {
  transform: rotate(360deg);
}
}