* {
  box-sizing: border-box;
}

.lgnBody {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.lgnContainer {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 570px;
}

.lgnForm {
  width: 380px;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.lgnHeading {
  font-size: 30px;
  margin-top: 20px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
}

.lgnMessage {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.lgnSr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.lgnLabel {
  display: inline-block;
  max-width: 80%;
  margin-bottom: 5px;
  font-weight: 700;
}

.lgnForm input[type="text"] {
  margin-bottom: 1px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
}

.lgnFormControl {
  display: inline-block;
  width: 80%;
  height: 50px;
  padding: 6px 12px;
  line-height: 2;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
}

.lgnForm select {
  margin-top: 3px;
  margin-bottom: 3px;
}

.lgnForm-Password {
  margin-bottom: 10px;
}

.lgnCheckBox {
  margin: 4px 0 0;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}

.lgnButton {
  display: inline-block;
  width: 80%;
  padding: 10px 16px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  margin-top: 5px;
}

.lgnImg {
  display: inline-block;
  width: 100%;
}

.lgnImgDiv {
  text-align: center;
}

.lgnLink {
  text-decoration: none;
}

.afterFontFix {
  padding-top: 7px;
}

.bottomBarTextColor {
  color: #fdfdfd;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 150%;
  margin: 0;
  letter-spacing: 2px;
}

.bottomLogo {
  height: 35px;
}

.elsLiteImg {
  position: absolute;
  height: 100%;
  right: 10vw;
}

.elsLiteContainer {
  position: absolute;
  height: 12vh;
  min-height: 150px;
  left: 0;
  right: 0;
}

@media (max-width: 700px) {
  .elsLiteContainer {
    position: relative;
    height: 15vh;
    min-height: 125px;
  }
}

.bottomBar {
  max-height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #4b4b4b;
}

.bottomButton {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  margin-bottom: 1vh;
  margin-top: 1vh;
  cursor: pointer;
}

.leftButton {
  margin-left: 0.5vw;
}

.rightButton {
  margin-right: 0.5vw;
}

.bottomBarLogo {
  fill: #fdfdfd;
}

button:disabled {
  outline: none;
  background: #aaa;
}

.communityLogo {
  width: 30px;
  height: 35px;
  margin-right: 10px;
  /* change color to white */
  filter: brightness(0) invert(1); 
}