html,
body {
  height: 100%;
}
img#logo {
    width: 250px;
}
body {
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.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);
}
