#app {
  width: 50%;
}
#app .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0px none transparent;
  padding-top: 40px;
  padding-bottom: 0px;
}
#app .modal-header img {
  height: 167px;
}
#app a {
  color: #4a4a4a;
  text-decoration: underline;
}
#app .account-links {
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
#app .scrollbar-mac ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#app .scrollbar-mac ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#app .scrollbar-mac ::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 51, 0.5);
  border: 0px none transparent;
  border-radius: 50px;
  opacity: 0.5;
}
#app .scrollbar-mac ::-webkit-scrollbar-thumb:hover {
  background: rgba(51, 51, 51, 0.75);
}
#app .scrollbar-mac ::-webkit-scrollbar-thumb:active {
  background: rgba(51, 51, 51, 0.75);
}
#app .scrollbar-mac ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 50px;
}
#app .scrollbar-mac ::-webkit-scrollbar-track:hover {
  background: transparent;
}
#app .scrollbar-mac ::-webkit-scrollbar-track:active {
  background: transparent;
}
#app .scrollbar-mac ::-webkit-scrollbar-corner {
  background: transparent;
}
#app .input-error {
  border: 2px solid #c95a5a;
}

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