/* SecurityTalent 1.9.40 — balanced EasySocial sign-in/activation layout. */
@media (min-width: 992px) {
  body.com-easysocial.view-login #sp-component {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.com-easysocial.view-login #sp-component > .sp-column {
    width: min(100%, 1260px) !important;
    margin-inline: auto !important;
  }
}

body.com-easysocial.view-login.st-activation-success #sp-component .alert-success,
body.com-easysocial.view-login.st-activation-success #sp-component .o-alert--success {
  border: 1px solid #9fc7bf !important;
  border-left: 5px solid #168f95 !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, #fbfcfa 0%, #eef7f4 100%) !important;
  color: #17353d !important;
  box-shadow: 0 8px 22px rgba(16, 42, 46, .08) !important;
}
