.brand {
  width: 176px;
  height: 58px;
  margin: -6px 8px 18px;
  padding: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  justify-content: center;
}

.brand img {
  display: block;
  width: 148px;
  height: auto;
}

.auth-brand img,
.landing-brand img {
  display: block;
  width: 148px;
  height: auto;
}

.landing-footer .landing-brand img {
  width: 132px;
}

.auth-field .auth-field-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-field-heading a {
  color: #c44808;
  font-size: 11px;
  font-weight: 600;
}

.auth-field-heading a:hover {
  color: #172124;
}

.auth-result-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff2ea;
  color: #c44808;
}

.auth-result-icon.success {
  background: #e9fbf4;
  color: #087f5b;
}

.auth-result-icon.danger {
  background: #fff0ee;
  color: #b42318;
}

.auth-result-icon svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 900px) and (min-width: 641px) {
  .brand {
    width: 48px;
    height: 44px;
    margin: 0 4px 18px;
    justify-content: flex-start;
  }

  .brand img {
    width: 118px;
    max-width: none;
    margin-left: -14px;
  }
}

@media (max-width: 640px) {
  .brand {
    width: 176px;
    height: 58px;
    margin: -6px 8px 18px;
  }
}
