/* Forgot password */

.cp-forgot__success {
  margin: 0 0 1.1rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid rgba(21, 107, 122, 0.22);
  background: rgba(232, 244, 246, 0.9);
  padding: 0.85rem 0.95rem;
}

.cp-forgot__success-ic {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #156b7a, #0d3d47);
  flex-shrink: 0;
}

.cp-forgot__success-ic svg {
  width: 17px;
  height: 17px;
}

.cp-forgot__success-tx {
  font-size: 0.9rem;
  color: #0d3d47;
  line-height: 1.5;
  font-weight: 600;
}
