.use-app {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.use-app__layout:first-child {
  flex-grow: 0;
}

.use-app__layout:last-child {
  flex-grow: 1;
}

.use-app__layout img {
  width: 40px;
  display: block;
  border-radius: 4px;
}

.use-app-account {
  display: flex;
  gap: 0.3em;
}

.use-app-account:nth-child(n+2) {
  margin-top: 0.2em;
}

.use-app-account .material-icons {
  font-size: 1.4em;
}

.app-reference {
  list-style: none;
}

.app-reference-list {
  margin: 0;
  line-height: 1.5em;
  display: flex;
  gap: 0.3em;
}

.app-reference-list:nth-child(n+2) {
  margin-top: 0.2em;
}

.app-reference-list:before {
  font-size: 1.4em;
  display: block;
  font-family: "Material Icons";
  vertical-align: middle;
}

.app-reference-list__refer:before {
  content: "done";
  color: #5aa660;
}

.app-reference-desc {
  margin-bottom: 0.5em;
}

.app-reference-list__unreference:before {
  content: "close";
  color: #999999;
}

.app-authorization-check {
  margin-bottom: 3em;
}

.app-authorization-check_list:nth-child(n+2) {
  margin-top: 0.5em;
}

.login-actions {
  gap: 1.5em;
}

.login-actions__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}
.login-actions__links hr {
  align-self: stretch;
}

.login-actions__submit,
.login-actions__signup {
  width: 100%;
  max-width: 200px;
}

.login-callout {
  margin-bottom: 15px;
}

.login-snackbar {
  position: fixed;
  top: 60px;
  right: 15px;
  z-index: 100;
}

.login-external-service-button img {
  height: 50px;
}
.login-external-service-button ._body {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #404040;
}
.login-external-service-button.flippers-button.-appearance-white.-color-neutral {
  border-color: #E3E3E3;
}

.login-or {
  margin-top: 1.5em;
  text-align: center;
}

.login-or + form {
  margin-top: 1em;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
