.gestion-sasu-brand-host {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  overflow: hidden;
}

.gestion-sasu-brand-mark {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 34px;
  min-height: 34px;
  object-fit: contain;
}

.register-bootstrap-note,
.register-bootstrap-message {
  margin: 10px 0 14px;
  color: #5f6f82 !important;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.register-bootstrap-message[data-type="error"] { color: #b42318 !important; }
.register-bootstrap-message[data-type="success"] { color: #18794e !important; }

button.is-loading {
  cursor: wait;
  opacity: .78;
}
.gestion-sasu-auth-brand-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.gestion-sasu-auth-brand {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.gestion-sasu-first-account-state {
  margin: 14px 0 16px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.gestion-sasu-first-account-state.is-loading {
  color: #52606d;
  background: #f3f6f8;
}

.gestion-sasu-first-account-state.is-ready {
  color: #155b45;
  border-color: #b9dfd1;
  background: #eef9f4;
}

.gestion-sasu-first-account-state.is-locked,
.gestion-sasu-first-account-state.is-error {
  color: #8b3a20;
  border-color: #efc9ba;
  background: #fff5f1;
}
