.sign-in-bar {
  position: relative;
  z-index: 1;
  height: 3.625rem;
  justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #1e2030;
  border-top: 0.34844rem solid #5680ff;
}
.sign-in-bar img {
  height: 1.91631rem;
}
.sign-in-bar .profile-icon {
  border-radius: 50%;
}
.sign-in-bar .profile-thumbnail {
  width: 2rem;
  height: 2rem;
  justify-content: center;
  font-weight: 700;
  border-radius: 50%;
  background-color: #486cd8;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .sign-in-bar {
    height: 2.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-top: 0.25rem solid #2638c4;
  }
  .sign-in-bar img {
    height: 1.4375rem;
  }
}

/*# sourceMappingURL=sign_in_bar.css.map */
